Skip to content

Commit

Permalink
🥢 Edit LibZip comment (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Dec 2, 2023
1 parent 6f23667 commit d93a6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/LibZip.sol
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ library LibZip {
}
}

/// @dev To be called in the `receive` and `fallback` functions.
/// @dev To be called in the `fallback` function.
/// ```
/// receive() external payable { LibZip.cdFallback(); }
/// fallback() external payable { LibZip.cdFallback(); }
/// receive() external payable {} // Silence compiler warning to add a `receive` function.
/// ```
/// For efficiency, this function will directly return the results, terminating the context.
/// If called internally, it must be called at the end of the function.
Expand Down

0 comments on commit d93a6b0

Please sign in to comment.