Просмотр исходного кода

Fix singular/plural mismatch in design README (#4326)

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
josh11b 1 год назад
Родитель
Сommit
db78450c61
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/design/README.md

+ 2 - 2
docs/design/README.md

@@ -550,8 +550,8 @@ represent that value.
 
 Floating-point types in Carbon have IEEE-754 semantics, use the round-to-nearest
 rounding mode, and do not set any floating-point exception state. They are named
-with a _type literals_, consisting of `f` and the number of bits, which must be
-a multiple of 8. These types will always be available:
+using _type literals_, consisting of `f` and the number of bits, which must be a
+multiple of 8. These types will always be available:
 [`f16`](https://en.wikipedia.org/wiki/Half-precision_floating-point_format),
 [`f32`](https://en.wikipedia.org/wiki/Single-precision_floating-point_format),
 and