Skip to content

Commit f01c172

Browse files
committed
Copyediting chapter 2
1 parent 15644ef commit f01c172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_program_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ The first style can be hard to read. I rather like the look of the underscores,
578578

579579
{{index "Number function", constructor}}
580580

581-
In a few cases, such as the `Number` function, the first letter of a binding is also capitalized. This was done to mark this function as a constructor. It will become clear what a constructor is in [Chapter ?](object#constructors). For now, the important thing is not to be bothered by this apparent lack of ((consistency)).
581+
In a few cases, such as the `Number` function, the first letter of a binding is also capitalized. This was done to mark this function as a constructor. It will become clear what a constructor is in [Chapter ?](object#constructors). For now, the important thing is to not be bothered by this apparent lack of ((consistency)).
582582

583583
## Comments
584584

0 commit comments

Comments
 (0)