Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 8, 2023
1 parent 61010da commit 52a610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/syn-solidity/src/item/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl ItemFunction {
pub struct Returns {
pub returns_token: kw::returns,
pub paren_token: Paren,
/// The returns of the function. This is cannot be parsed empty.
/// The returns of the function. This cannot be parsed empty.
pub returns: Parameters<Token![,]>,
}

Expand Down

0 comments on commit 52a610d

Please sign in to comment.