Skip to content

Commit

Permalink
Update drafts/records.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Rob Landers <[email protected]>
  • Loading branch information
withinboredom and coderabbitai[bot] authored Aug 1, 2024
1 parent c69bff3 commit 49be882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drafts/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with [value semantics](https://en.wikipedia.org/wiki/Value_semantics).

### Value objects

Value objects are immutable objects that represent a value. They are used to store values with a different meaning than
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.
Expand Down

0 comments on commit 49be882

Please sign in to comment.