Skip to content

Commit

Permalink
Fix punctuation in ch05-02
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and carols10cents committed Sep 19, 2022
1 parent 8aecae3 commit f1e5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch05-02-example-structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ that expression, and returns ownership of the value.
> Note: Calling the `dbg!` macro prints to the standard error console stream
> (`stderr`), as opposed to `println!` which prints to the standard output
> console stream (`stdout`). We’ll talk more about `stderr` and `stdout` in the
> [“Writing Error Messages to Standard Error Instead of Standard
> [“Writing Error Messages to Standard Error Instead of Standard
> Output” section in Chapter 12][err]<!-- ignore -->.
Here’s an example where we’re interested in the value that gets assigned to the
Expand Down

0 comments on commit f1e5ad8

Please sign in to comment.