diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-23 14:49:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-23 14:49:28 +0000 |
commit | c2145387b54904694cadbc3140bd89ce1dc6a185 (patch) | |
tree | 5a870cc04cc4f689232d03c681d1e8e43129cac8 /src | |
parent | e6480a96ca92d8de2d6b5be34b1d1a0bbbd84335 (diff) | |
download | tour-c2145387b54904694cadbc3140bd89ce1dc6a185.tar.gz tour-c2145387b54904694cadbc3140bd89ce1dc6a185.zip |
Clarify
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter3_data_types/lesson03_record_accessors/text.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. </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. + 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. </p> <p> The <code>name</code> field is in the first position and has type |