Skip to content

Commit

Permalink
me can't speak
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Dec 25, 2023
1 parent 8f38eb0 commit bfcdc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum Generics<'a> {
/// For example given `Demo<String>` the generic will become `String` and not `T`
Definition,

/// The generics will be substituted for those provided, if you don't provide enough the definition generic will be used as a fallback
/// The generics will be substituted for those provided, if you don't provide the correct amount the definition generic will be used as a fallback
///
/// TODO: Discuss the problem with this approach and why we can't solve it
// TODO: Is the variant's name good?
Expand Down

0 comments on commit bfcdc12

Please sign in to comment.