Skip to content

Commit 668c647

Browse files
committed
Remove adjective about what kind of number this is
1 parent 21cf840 commit 668c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch08-02-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ encoded UTF-8 example strings from Listing 8-14. First, this one:
244244
In this case, `len` will be 4, which means the vector storing the string “Hola”
245245
is 4 bytes long. Each of these letters takes 1 byte when encoded in UTF-8. The
246246
following line, however, may surprise you. (Note that this string begins with
247-
the capital Cyrillic letter Ze, not the Arabic number 3.)
247+
the capital Cyrillic letter Ze, not the number 3.)
248248

249249
```rust
250250
{{#rustdoc_include ../listings/ch08-common-collections/listing-08-14/src/main.rs:russian}}

0 commit comments

Comments
 (0)