Skip to content

Commit da6487a

Browse files
committed
Update example to avoid use of keyword
1 parent 7f658a4 commit da6487a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Annotating source code is a useful means for inlining action items and notes. Fo
3535
// FIXME: don't release the zalgo!
3636
function foo( cb ) {
3737
if ( bar ) {
38-
return async( cb );
38+
return asyncFcn( cb );
3939
}
4040
cb();
4141
}

0 commit comments

Comments
 (0)