Skip to content

Commit 71c2537

Browse files
barrymcgeemarijnh
authored andcommitted
Correct spelling mistake (undescores → underscores)
This correction is in Chapter 2: Program Structure
1 parent f63956c commit 71c2537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_program_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ to them later, but which are not going to ever change.
199199
Binding names can be any word that isn't reserved for some other
200200
purpose (such as `let`). Digits can be part of binding names—`catch22`
201201
is a valid name, for example—but the name must not start with a digit.
202-
A binding name may include dollar signs (`$`) or undescores (`_`), but
202+
A binding name may include dollar signs (`$`) or underscores (`_`), but
203203
no other punctuation or special characters.
204204

205205
{{index syntax, "implements (reserved word)", "interface (reserved word)", "package (reserved word)", "private (reserved word)", "protected (reserved word)", "public (reserved word)", "static (reserved word)", "void operator", "yield (reserved word)", "enum (reserved word)", "reserved word", [binding, naming]}}

0 commit comments

Comments
 (0)