Skip to content

Commit ce7c5ac

Browse files
committed
Fix typo
1 parent 5f4ab3c commit ce7c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3323-restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Trait aliases cannot be implemented. As such, there is no concern about compatib
398398
within the defining crate. The advantages of native read-only fields relating to borrow checking
399399
also do not apply when using this crate.
400400
- The `derive-getters` and `getset` crates are derive macros that are used to generate getter
401-
methods. The latter also has the ability to derive getters. This demonstrates the usefulness of
401+
methods. The latter also has the ability to derive setters. This demonstrates the usefulness of
402402
reduced syntax for common behavior. Further, `getset` allows explicitly setting the visibility of
403403
the derived methods. In this manner, it is very similar to the ability to provide a path to the
404404
`mut` restriction.

0 commit comments

Comments
 (0)