aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter3_data_types/lesson04_record_updates/text.html4
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>