Skip to content

Commit f8b7a78

Browse files
author
Kevan Stannard
committed
Fix deriving typo
1 parent 97ddb3a commit f8b7a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_deriving.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: "decorators"
88

99
When the `@deriving` decorator is applied to a **record** type,
1010
it expands the type into a factory function plus a set of
11-
getter/setter functions for it's fields.
11+
getter/setter functions for its fields.
1212

1313
> Note that this is an outdated decorator and you may no longer need to use it.
1414
> See [Convert Record Type to Abstract Record](/docs/manual/latest/generate-converters-accessors#convert-record-type-to-abstract-record) for more details.

0 commit comments

Comments
 (0)