diff --git a/spec.html b/spec.html
index e21db3bb36..298964b4cd 100644
--- a/spec.html
+++ b/spec.html
@@ -14223,7 +14223,7 @@
Static Semantics: NumericValue
1. Let _n_ be the number of code points in |DecimalDigits|, excluding all occurrences of |NumericLiteralSeparator|.
- 1. Let _mv_ be (the MV of |NonZeroDigit| × 10) plus the MV of |DecimalDigits|.
+ 1. Let _mv_ be (the MV of |NonZeroDigit| × 10_n_) plus the MV of |DecimalDigits|.
1. Return ℤ(_mv_).