diff options
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 |