Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardotc committed Apr 15, 2024
1 parent 517a474 commit 96001f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/src/Safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class Safe {
}

/**
* Returns the list of addresses of all the enabled Safe modules. The list will start on the next position address in relation to offsetAddress.
* Returns the list of addresses of all the enabled Safe modules. The list will start on the next position address in relation to start.
*
* @param offsetAddress - The address to be "offsetted" from the list, should be SENTINEL_ADDRESS otherwise.
* @param pageSize - The size of the page. It will be the max length of the returning array.
Expand Down

0 comments on commit 96001f7

Please sign in to comment.