Skip to content

Commit

Permalink
🥢 Nit Pod comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Sep 19, 2024
1 parent 74bb616 commit 8f4fd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/Pod.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ abstract contract Pod is Receiver {
}

/// @dev Sets the mothership directly without any emitting event.
/// Expose this is a guarded public function if needed.
/// Expose this in a guarded public function if needed.
function _setMothership(address newMothership) internal virtual {
/// @solidity memory-safe-assembly
assembly {
Expand Down

0 comments on commit 8f4fd9c

Please sign in to comment.