Skip to content

Commit 52b0d29

Browse files
committed
replace commas with m-dashes to improve readability of chapter 4.1
This commit makes a minor punctuation change to make the sentence clearer to read and less ambiguous.
1 parent 86b1aa2 commit 52b0d29

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)