10000 Merge pull request #45 from ClimbsRocks/patch-4 · possiblecode/art-of-node@3728d55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3728d55

Browse files
committed
Merge pull request max-mapper#45 from ClimbsRocks/patch-4
Changed period to colon before code snippet for consistency
2 parents 19c30de + 1f0f0ac commit 3728d55

File tree

< C584 button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The `fs.readFile` method is provided by node, is asynchronous, and happens to ta
152152

153153
Think of the restaurant example at the beginning of this tutorial. At many restaurants you get a number to put on your table while you wait for your food. These are a lot like callbacks. They tell the server what to do after your cheeseburger is done.
154154

155-
Let's put our `console.log` statement into a function and pass it in as a callback.
155+
Let's put our `console.log` statement into a function and pass it in as a callback:
156156

157157
```js
158158
var fs = require('fs')

0 commit comments

Comments
 (0)
0