Skip to content

Commit cbaa0c4

Browse files
Apply suggestion
1 parent d70ae3b commit cbaa0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

courses/rust_essentials/090_methods_and_traits/04-deriving.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Example of Deriving
7373
Deriving in Complex Structures
7474
--------------------------------
7575

76-
**Deriving a trait generally requires its inner types to implement it**
76+
**Deriving a trait generally requires its inner types to implement the trait**
7777

7878
.. code:: rust
7979

0 commit comments

Comments
 (0)