Browse Source

chore: updates README.md

e22m4u 1 year ago
parent
commit
713354b2e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -77,7 +77,7 @@ format('An array of %l', ['foo', 10, true]);
 Array elements are converted to strings following the logic
 of the `%v` specifier.
 
-## The `Errorf` class
+## Errorf
 
 The `Errorf` class constructor passes arguments to the format function
 to form an error message.