Skip to content

Commit

Permalink
Merge pull request aave#55 from aave/fix/natspec-typo
Browse files Browse the repository at this point in the history
fix: Fix natspec typo
  • Loading branch information
miguelmtzinf authored Jun 8, 2022
2 parents 303bd3e + 4e1a67b commit fd3a14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bridges/BridgeExecutorBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract contract BridgeExecutorBase is IExecutorBase {
uint256 private _actionsSetCounter;
// Map of registered actions sets (id => ActionsSet)
mapping(uint256 => ActionsSet) private _actionsSets;
// Map of queued actions sets (actionHash => isQueued)
// Map of queued actions (actionHash => isQueued)
mapping(bytes32 => bool) private _queuedActions;

/**
Expand Down

0 comments on commit fd3a14b

Please sign in to comment.