Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha committed Sep 11, 2024
1 parent d49c60f commit 65bdc95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl NamedMember {
impl PositionalFnArgMember {
pub(crate) fn param_into(&self, conditional_params: &[ConditionalParams]) -> Result<bool> {
// Positional members are never optional. Users must always specify them, so there
// is no need to us to look into the `Option<T>` generic parameter, because the
// is no need for us to look into the `Option<T>` generic parameter, because the
// `Option<T>` itself is the target of the into conversion, not the `T` inside it.
let scrutinee = self.orig_ty.as_ref();

Expand Down

0 comments on commit 65bdc95

Please sign in to comment.