Skip to content

Commit

Permalink
Update crates/mun_hir/src/code_model/function.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann authored Dec 1, 2024
1 parent 0c321e9 commit c3be15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/mun_hir/src/code_model/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ impl FunctionData {
self.flags.is_extern()
}

/// Returns true if the first param is `self`. This is relevant to decided
/// whether this can be called as method as opposed to an associated
/// Returns true if the first param is `self`. This is relevant to decide
/// whether this can be called as a method as opposed to an associated
/// function.
///
/// An associated function is a function that is associated with a type but
Expand Down

0 comments on commit c3be15a

Please sign in to comment.