From 5a9ba3469408dd235e3bf18439fba2a290efd799 Mon Sep 17 00:00:00 2001 From: PhilipWitte Date: Sun, 15 Feb 2015 18:01:29 -0800 Subject: [PATCH] colored 'object' as keyword instead of type in second banner slide --- tools/website.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/website.tmpl b/tools/website.tmpl index 50f8c3aa46..b233c69285 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -84,7 +84,7 @@ echo("Average line length: ",

..and this...

 # create and greet someone
-type Person = object
+type Person = object
   name: string
   age: int