We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b831e95 + 8bee057 commit 2656f39Copy full SHA for 2656f39
_posts/2019-03-26-gloo-onion-layers.md
@@ -70,7 +70,7 @@ let id = web_sys::window()
70
71
// Then, if we ever decide we want to cancel the timeout, we do this:
72
web_sys::window()
73
- .expect("should have a `window`)
+ .expect("should have a `window`")
74
.clear_timeout_with_handle(timeout_id);
75
```
76
0 commit comments