Skip to content

Commit

Permalink
fix a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 26, 2024
1 parent 0683040 commit 6383d4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,7 @@ impl Function {
recursive: false,
}
}
/// Get how many arguments this function pops off the stack and how many it pushes.
/// Returns `None` if either of these values are dynamic.
/// Get the [`Signature`] of this function
pub fn signature(&self) -> Signature {
self.signature
}
Expand Down

0 comments on commit 6383d4f

Please sign in to comment.