Skip to content

Commit 363293c

Browse files
authored
Merge pull request #2419 from hughrun/4-1-emdash
replace commas with m-dashes to improve readability of chapter 4.1
2 parents 86b1aa2 + 52b0d29 commit 363293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch04-01-what-is-ownership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ different is going on.
361361

362362
#### Stack-Only Data: Copy
363363

364-
There’s another wrinkle we haven’t talked about yet. This code using integers,
365-
part of which was shown in Listing 4-2, works and is valid:
364+
There’s another wrinkle we haven’t talked about yet. This code using integers
365+
part of which was shown in Listing 4-2 works and is valid:
366366

367367
```rust
368368
{{#rustdoc_include ../listings/ch04-understanding-ownership/no-listing-06-copy/src/main.rs:here}}

0 commit comments

Comments
 (0)