Skip to content

Commit 0782e55

Browse files
machineloopmarijnh
authored andcommitted
Fix tiny typo on line 247: 'gabling' -> 'garbling'
Thanks for writing this excellent book!
1 parent 9ae673e commit 0782e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20_node.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var argument = process.argv[2];
244244
console.log(garble(argument));
245245
----
246246

247-
(((reuse)))The file `garble.js` defines a library for gabling strings,
247+
(((reuse)))The file `garble.js` defines a library for garbling strings,
248248
which can be used both by the command line tool defined above and by
249249
other scripts that need direct access to a garbling function.
250250

0 commit comments

Comments
 (0)