examples: fix a typo in the cli example (#6237)

pull/6257/head
Allie 2020-08-27 21:15:49 +01:00 committed by GitHub
parent 27702b5a5d
commit 1d39116a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fn greet_func(cmd Command) {
}
else {
println('Unsupported language')
println('Supported are `englisch`, `german` and `dutch`.')
println('Supported languages are `english`, `german` and `dutch`.')
break
}
}