Skip to content

Commit a8ffdd4

Browse files
I added a space in the Display fmt for Complex
1 parent 1c1201e commit a8ffdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print/print_display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ guide to add a Complex struct to the example. When printed in the same
112112
way, the output should be:
113113

114114
```txt
115-
Display: 3.3 +7.2i
115+
Display: 3.3 + 7.2i
116116
Debug: Complex { real: 3.3, imag: 7.2 }
117117
```
118118

0 commit comments

Comments
 (0)