Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
16cd48355e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -42,7 +42,7 @@ console.log(format(`A boolean required, but %s given.`, 'Oct 18 2024 13:04:30'))
 
 The module extends standard specifiers with additional
 `%v` and `%l`, which wrap strings in quotes and output
-the constructor name for objects.
+a constructor name for objects.
 
 ```js
 // import {format} from 'util';