Skip to content

Commit

Permalink
fix: fix return natspect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnkz committed Aug 23, 2023
1 parent 33cae93 commit 5da4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_modules/Commands.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library commands {
using commands for *;

/// @dev Creates a new 'Command' struct with empty arguments.
/// @return A new empty 'Command' struct.
/// @return cmd A new empty 'Command' struct.
function create() internal pure returns (Command memory cmd) {
return cmd;
}
Expand Down

0 comments on commit 5da4ad1

Please sign in to comment.