fix small typo in the documentation (#7411)

This commit is contained in:
Abhishek
2018-03-26 00:48:39 -07:00
committed by Andreas Rumpf
parent 1d9343080d
commit 23064bba3a

View File

@@ -145,7 +145,7 @@ the variable has been initialized and does not rely on syntactic properties:
x = a()
else:
x = a()
use x
# use x
let statement
@@ -296,7 +296,7 @@ empty ``discard`` statement should be used.
For non ordinal types it is not possible to list every possible value and so
these always require an ``else`` part.
As case statements perform compile-time exhaustiveness checks, the value in
As case statements perform compile-time exhaustiveness checks, the value in
every ``of`` branch must be known at compile time. This fact is also exploited
to generate more performant code.