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: ",
# create and greet someone -type Person = object +type Person = object name: string age: int