fix: correct spelling of "brethren" in two documentation files

This commit is contained in:
Kyle Marek-Spartz
2015-01-12 23:39:41 +00:00
parent 8e54d6b21f
commit 57ad565b64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ argument is evaluated and returned:
Also known as the "ternary" operator since it takes three arguments, Wren has
the little "if statement in the form of an expression" you know and love from C
and its bretheren.
and its brethren.
:::dart
IO.print(1 != 2 ? "math is sane" : "math is not sane!")