Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit ca1ac1e

Browse files
committed
Merge pull request #465 from jamestalmage/closing-tag-fix
Reorder closing tags on `$firbaseUtils.batch()`.
2 parents b2d2f6f + 95eaf17 commit ca1ac1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* fn2();
5151
* console.log(total); // 0 (nothing invoked yet)
5252
* // after 10ms will log "10" and then "20"
53-
* </pre></code>
53+
* </code></pre>
5454
*
5555
* @param {int} wait number of milliseconds to pause before sending out after each invocation
5656
* @param {int} maxWait max milliseconds to wait before sending out, defaults to wait * 10 or 100

0 commit comments

Comments
 (0)