Skip to content

Commit d5c0743

Browse files
Reword instructions.
1 parent e8cc121 commit d5c0743

File tree

1 file changed

+1
-1
lines changed
  • exercises/04_traits/05_trait_bounds/src

1 file changed

+1
-1
lines changed

exercises/04_traits/05_trait_bounds/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: Add the necessary trait bounds to `min` so that it compiles successfully.
2-
// Refer to `std::cmp` for more information on the traits you might need.
2+
// Refer to the documentation of the `std::cmp` module for more information on the traits you might need.
33
//
44
// Note: there are different trait bounds that'll make the compiler happy, but they come with
55
// different _semantics_. We'll cover those differences later in the course when we talk about ordered

0 commit comments

Comments
 (0)