diff options
author | Tom Kenny <tom@twome.name> | 2024-01-22 20:17:36 +0800 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-06 16:51:57 +0000 |
commit | a44fae606fe361d4c9058fc5b3383a1e742d4325 (patch) | |
tree | 7d785ac995a8903ade65ba6e1c297a9b89c3cb82 /src | |
parent | 4734de9e0e7572ce401db94a195b512393ba4a92 (diff) | |
download | tour-a44fae606fe361d4c9058fc5b3383a1e742d4325.tar.gz tour-a44fae606fe361d4c9058fc5b3383a1e742d4325.zip |
Fix "compile" typo in Ch. 3, Lesson 5
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> |