From 7572f371867ac8fd61963aced41382357d0e28f8 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 14:52:16 +0000 Subject: Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims. The poor fellows got lost in an ASCII-interpretation of the world. --- dom/html/HTMLInputElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/html/HTMLInputElement.h') diff --git a/dom/html/HTMLInputElement.h b/dom/html/HTMLInputElement.h index 2cc6ce445..16651d520 100644 --- a/dom/html/HTMLInputElement.h +++ b/dom/html/HTMLInputElement.h @@ -1565,7 +1565,7 @@ protected: // Default step base value when a type do not have specific one. static const Decimal kDefaultStepBase; // Default step base value when type=week does not not have a specific one, - // which is ???259200000, the start of week 1970-W01. + // which is −259200000, the start of week 1970-W01. static const Decimal kDefaultStepBaseWeek; // Default step used when there is no specified step. -- cgit v1.2.3