From f1e5ad844d0c61738006cdef26227beeb136948e Mon Sep 17 00:00:00 2001 From: int-y1 Date: Sun, 18 Sep 2022 23:24:08 -0700 Subject: [PATCH] Fix punctuation in ch05-02 --- src/ch05-02-example-structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch05-02-example-structs.md b/src/ch05-02-example-structs.md index a83fa05646..5d33d9cb17 100644 --- a/src/ch05-02-example-structs.md +++ b/src/ch05-02-example-structs.md @@ -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]. Here’s an example where we’re interested in the value that gets assigned to the