From 30f116bc1d92c3ea4202c356c14f64710f8290e1 Mon Sep 17 00:00:00 2001 From: pauloue Date: Mon, 30 Apr 2018 19:00:27 -0400 Subject: [PATCH] Common Mistakes: Add missing period --- en/chapters/common_mistakes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/chapters/common_mistakes.md b/en/chapters/common_mistakes.md index 650a529..11e12e4 100644 --- a/en/chapters/common_mistakes.md +++ b/en/chapters/common_mistakes.md @@ -154,4 +154,4 @@ end) If the callbacks cancel or the callback runner doesn't set the stack, then our update will still be set. If the callbacks or the callback runner does set the stack, then our -set_stack doesn't matter +set_stack doesn't matter.