Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
679769d2b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Additionally:
 ## Motivation
 
 Аn error message may need to interpolate certain values
-in its message string. In this case, a problem is accurately
+in the message string. In this case, a problem is accurately
 determine the type of the output value, because the standard
 specifier `%s` treats strings, numbers, and other types
 in the same way.