Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Document error in console.timeEnd
Browse files Browse the repository at this point in the history
Fixes #1109.
  • Loading branch information
koichik committed Jul 13, 2011
1 parent 8cc9ac0 commit 701ae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stdio.markdown
Expand Up @@ -35,7 +35,7 @@ Mark a time.
Finish timer, record output. Example

console.time('100-elements');
while (var i = 0; i < 100; i++) {
for (var i = 0; i < 100; i++) {
;
}
console.timeEnd('100-elements');
Expand Down

0 comments on commit 701ae3c

Please sign in to comment.