diff --git a/docs/code-sharing/notifier.md b/docs/code-sharing/notifier.md index 7c2f29e..be36a27 100644 --- a/docs/code-sharing/notifier.md +++ b/docs/code-sharing/notifier.md @@ -129,7 +129,7 @@ Each time the `Timer` fires, we call the `apply` method of the `_notify` object _notify.cancel(this) ``` -What does this look to a user? Here's an example: +What does this look like to a user? Here's an example: ```pony use "time"