diff options
author | Tom Kenny <tom@twome.name> | 2024-01-22 20:13:33 +0800 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-06 16:51:57 +0000 |
commit | 4734de9e0e7572ce401db94a195b512393ba4a92 (patch) | |
tree | 51c1c8ad93640535dbb38b36b28fede1d883ad06 /src/content | |
parent | 59a221b6f5684a4b19ff9ea092b905058d182332 (diff) | |
download | tour-4734de9e0e7572ce401db94a195b512393ba4a92.tar.gz tour-4734de9e0e7572ce401db94a195b512393ba4a92.zip |
Remove duplicated paragraph in Chap 3, Lesson 4
Was copied from previous lesson
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/chapter3_data_types/lesson04_record_updates/text.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/content/chapter3_data_types/lesson04_record_updates/text.html b/src/content/chapter3_data_types/lesson04_record_updates/text.html index f23d7cd..4a5cd3a 100644 --- a/src/content/chapter3_data_types/lesson04_record_updates/text.html +++ b/src/content/chapter3_data_types/lesson04_record_updates/text.html @@ -3,10 +3,6 @@ one of the same type, but with some fields changed. </p> <p> - The accessor syntax can only be used for fields that are in the same position - and have the same type for all variants of the custom type. -</p> -<p> Gleam is an immutable language, so using the record update syntax does not mutate or otherwise change the original record. </p> |