Skip to content

Commit ba3a376

Browse files
authored
Merge pull request #1123 from insideoutclub/master
I added a space in the Display fmt for Complex
2 parents c8e8887 + a8ffdd4 commit ba3a376

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)