Skip to content

Commit

Permalink
[BOT] Updating 235d307 content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
1 parent 235d307 commit 4fa2255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustbook-en/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 4fa2255

Please sign in to comment.