e22m4u 1 год назад
Родитель
Сommit
679769d2b5
1 измененных файлов с 1 добавлено и 1 удалено
  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.