Skip to content

Commit 49be882

Browse files
Update drafts/records.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Rob Landers <landers.robert@gmail.com>
1 parent c69bff3 commit 49be882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drafts/records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with [value semantics](https://en.wikipedia.org/wiki/Value_semantics).
1313

1414
### Value objects
1515

16-
Value objects are immutable objects that represent a value. They are used to store values with a different meaning than
16+
Value objects are immutable objects that represent a value. They are used for storing values with a different meaning than
1717
their technical value.
1818
For example, a `Point` object with `x` and `y` properties can represent a point in a 2D space,
1919
and an `ExpirationDate` can represent a date when something expires.

0 commit comments

Comments
 (0)