Skip to content

Commit 8599c30

Browse files
committed
Avoid horizontal scrollbar in block comment example in Chapter 2
1 parent 2e1d46a commit 8599c30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

02_program_structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,10 @@ information about a file or a chunk of program.
872872

873873
```
874874
/*
875-
I first found this number scrawled on the back of an old notebook.
876-
Since then, it has often dropped by, showing up in phone numbers
877-
and the serial numbers of products that I've bought. It obviously
878-
likes me, so I've decided to keep it.
875+
I first found this number scrawled on the back of an old
876+
notebook. Since then, it has often dropped by, showing up in
877+
phone numbers and the serial numbers of products that I've
878+
bought. It obviously likes me, so I've decided to keep it.
879879
*/
880880
const myNumber = 11213;
881881
```

0 commit comments

Comments
 (0)