Skip to content

Commit 2656f39

Browse files
authored
Merge pull request #47 from mattico/patch-1
Fix quotations in blog code example
2 parents b831e95 + 8bee057 commit 2656f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-03-26-gloo-onion-layers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let id = web_sys::window()
7070

7171
// Then, if we ever decide we want to cancel the timeout, we do this:
7272
web_sys::window()
73-
.expect("should have a `window`)
73+
.expect("should have a `window`")
7474
.clear_timeout_with_handle(timeout_id);
7575
```
7676

0 commit comments

Comments
 (0)