Fix typo in 'conditions'

This commit is contained in:
ode79 2016-08-22 02:20:14 +01:00 committed by GitHub
parent ba94ced602
commit 9913ed0636

View File

@ -122,7 +122,7 @@ Running this will print "number was something other than zero".
#### Multiple Conditions with `else if` #### Multiple Conditions with `else if`
We can have multiple coniditions by combining `if` and `else` in an `else if` We can have multiple conditions by combining `if` and `else` in an `else if`
expression. For example: expression. For example:
Filename: src/main.rs Filename: src/main.rs