diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter3_data_types/lesson05_nil/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter3_data_types/lesson05_nil/text.html b/src/content/chapter3_data_types/lesson05_nil/text.html index 723312b..00a082e 100644 --- a/src/content/chapter3_data_types/lesson05_nil/text.html +++ b/src/content/chapter3_data_types/lesson05_nil/text.html @@ -11,5 +11,5 @@ </p> <p> Uncomment the line that assigns <code>Nil</code> to a variable with an - incompatible type annotation to see the comile time error it produces. + incompatible type annotation to see the compile time error it produces. </p> |