diff --git a/Examples.md b/Examples.md index 8fd1d76..1ec6389 100644 --- a/Examples.md +++ b/Examples.md @@ -406,10 +406,10 @@ fn inspect(event: WebEvent) fn main() let pressed = WebEvent::KeyPress 'x' - pasted = WebEvent::Paste s"my text" - click = WebEvent::Click x: 20, y: 80 - load = WebEvent::PageLoad - unload = WebEvent::PageUnload + pasted = WebEvent::Paste s"my text" + click = WebEvent::Click x: 20, y: 80 + load = WebEvent::PageLoad + unload = WebEvent::PageUnload inspect pressed inspect pasted