Jelajahi Sumber

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

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
josh11b 1 tahun lalu
induk
melakukan
db78450c61
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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