From ce3dfa60e44f8abdf8e08a2236add4968b880714 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 10 Feb 2015 14:34:17 -0800 Subject: [PATCH] views/error: fix a typo --- views/error.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/error.moon b/views/error.moon index d1d5396..0c3f304 100644 --- a/views/error.moon +++ b/views/error.moon @@ -10,4 +10,4 @@ class Error extends Widget if @err p @err else - p "If this was a real error there would be debug text here" + p "If this was a real error there would be debug text here."