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 6a563ab commit 944755fCopy full SHA for 944755f
doc/en/function/closures.md
@@ -97,7 +97,7 @@ above.
97
}
98
99
The other popular way to achieve this is to add an additional argument to
100
-the setTimeout function, which passes these arguments to the callback.
+the `setTimeout` function, which passes these arguments to the callback.
101
102
for(var i = 0; i < 10; i++) {
103
setTimeout(function(e) {
0 commit comments