From b166deacd2db9989aefbd5174dfa8bff27528425 Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Fri, 29 Dec 2023 21:38:51 +0400 Subject: [PATCH] Fix typo "look" -> "look like" (#72) --- docs/code-sharing/notifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"