Skip to content

Commit cf4347f

Browse files
committed
Fix sentence in Chapter 11
1 parent 00094ae commit cf4347f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11_language.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ variable names, and whose values correspond to the values those
433433
represent the ((global scope)).
434434

435435
To be able to use the `if` construct we just defined, we must
436-
((Boolean)) values in this global scope. Since there are only two
436+
have access to ((Boolean)) values. Since there are only two
437437
boolean values, we do not need special syntax for them. We simply bind
438438
two variables to the values `true` and `false`, and use those.
439439

0 commit comments

Comments
 (0)