From c2145387b54904694cadbc3140bd89ce1dc6a185 Mon Sep 17 00:00:00 2001
From: Louis Pilfold
Date: Tue, 23 Jan 2024 14:49:28 +0000
Subject: Clarify
---
src/content/chapter3_data_types/lesson03_record_accessors/text.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src')
diff --git a/src/content/chapter3_data_types/lesson03_record_accessors/text.html b/src/content/chapter3_data_types/lesson03_record_accessors/text.html
index e8bbbc2..bb2473b 100644
--- a/src/content/chapter3_data_types/lesson03_record_accessors/text.html
+++ b/src/content/chapter3_data_types/lesson03_record_accessors/text.html
@@ -3,8 +3,8 @@
contained values from a custom type record.
- 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.
+ The accessor syntax can only be used for fields with the same name that are in
+ the same position and have the same type for all variants of the custom type.
The name
field is in the first position and has type
--
cgit v1.2.3