Skip to content

Commit

Permalink
Remove adjective about what kind of number this is
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Jun 29, 2023
1 parent 21cf840 commit 668c647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch08-02-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ encoded UTF-8 example strings from Listing 8-14. First, this one:
In this case, `len` will be 4, which means the vector storing the string “Hola”
is 4 bytes long. Each of these letters takes 1 byte when encoded in UTF-8. The
following line, however, may surprise you. (Note that this string begins with
the capital Cyrillic letter Ze, not the Arabic number 3.)
the capital Cyrillic letter Ze, not the number 3.)

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

0 comments on commit 668c647

Please sign in to comment.