mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Remove pointless newline.
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user