Skip to content

Commit

Permalink
Merge pull request #1123 from insideoutclub/master
Browse files Browse the repository at this point in the history
I added a space in the Display fmt for Complex
  • Loading branch information
steveklabnik committed Dec 10, 2018
2 parents c8e8887 + a8ffdd4 commit ba3a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print/print_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ guide to add a Complex struct to the example. When printed in the same
way, the output should be:

```txt
Display: 3.3 +7.2i
Display: 3.3 + 7.2i
Debug: Complex { real: 3.3, imag: 7.2 }
```

Expand Down

0 comments on commit ba3a376

Please sign in to comment.