Skip to content

Commit f17ff26

Browse files
Automated changes from GitHub Actions
1 parent 49be882 commit f17ff26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

published/records.ptxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This RFC proposed the introduction of ''%%record%%'' objects, which are immutabl
1212

1313
==== Value objects ====
1414

15-
Value objects are immutable objects that represent a value. They are used to store values with a different meaning than their technical value. For example, a ''%%Point%%'' object with ''%%x%%'' and ''%%y%%'' properties can represent a point in a 2D space, and an ''%%ExpirationDate%%'' can represent a date when something expires. This prevents developers from accidentally using the wrong value in the wrong context.
15+
Value objects are immutable objects that represent a value. They are used for storing values with a different meaning than their technical value. For example, a ''%%Point%%'' object with ''%%x%%'' and ''%%y%%'' properties can represent a point in a 2D space, and an ''%%ExpirationDate%%'' can represent a date when something expires. This prevents developers from accidentally using the wrong value in the wrong context.
1616

1717
Consider this example:
1818

0 commit comments

Comments
 (0)