We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4155507 commit d73d94aCopy full SHA for d73d94a
11_async.md
@@ -254,9 +254,9 @@ holds their name.
254
255
{{index "asynchronous programming"}}
256
257
-The third argument given to the handler, `done`, is a callback
+The fourth argument given to the handler, `done`, is a callback
258
function that it must call when it is done with the request. If we had
259
-used the function's ((return value)) as the response value, that would
+used the handler's ((return value)) as the response value, that would
260
mean that a request handler can't itself perform asynchronous actions.
261
A function doing asynchronous work typically returns before the work
262
is done, having arranged for a callback to be called when it
0 commit comments