Skip to content

Commit

Permalink
docs: natspec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 12, 2024
1 parent ba7cf26 commit 1d1e5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solidity/interfaces/IOracleAccessController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface IOracleAccessController is IAccessController {
//////////////////////////////////////////////////////////////*/

/**
* @notice Sets the approval of an the access module address.
* @notice Sets the approval of an access module address.
*
* @param _accessModule The address of the access module
* @param _approved True to approve, false otherwise.
Expand Down
3 changes: 1 addition & 2 deletions solidity/interfaces/modules/access/IAccessModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ interface IAccessModule is IModule {
/**
* @notice Access control parameters
* @param sender The address of the sender
* @param user The address of the user
* @param typehash The typehash of the access control
* @param data The data for access control validation
* @param params The parameters for access control validation
* @param typehashParams The parameters for access control validation
*/
struct AccessControlParameters {
address sender;
Expand Down

0 comments on commit 1d1e5a3

Please sign in to comment.