diff --git a/README.md b/README.md index efe5cda9..df93360a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ in a Lua-sized package. IO.print("Hello, world!") class Wren { - adjectives = ["sm\nall", "clean", "fast"] + adjectives = ["small", "clean", "fast"] languageType { "scripting" } diff --git a/doc/site/index.markdown b/doc/site/index.markdown index 475dbbfb..b98c921c 100644 --- a/doc/site/index.markdown +++ b/doc/site/index.markdown @@ -7,7 +7,7 @@ in a Lua-sized package. IO.print("Hello, world!") class Wren { - adjectives = ["sm\nall", "clean", "fast"] + adjectives = ["small", "clean", "fast"] languageType { "scripting" }