Skip to content

Commit 1817a88

Browse files
authored
Fix typo (#2346)
1 parent b49bc2e commit 1817a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/reference/passing-rust-closures-to-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Interval {
102102
// Construct a new closure.
103103
let closure = Closure::new(f);
104104

105-
// Pass the closuer to JS, to run every n milliseconds.
105+
// Pass the closure to JS, to run every n milliseconds.
106106
let token = setInterval(&closure, millis);
107107

108108
Interval { closure, token }

0 commit comments

Comments
 (0)