We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93006af commit 14ab79aCopy full SHA for 14ab79a
1 file changed
contracts/SortitionTree.sol
@@ -91,7 +91,7 @@ contract SortitionTree {
91
return idAddress.length > id ? idAddress[id] : address(0);
92
}
93
94
- /// @notice Gets the operator addresses corresponding to the given ID
+ /// @notice Gets the operator addresses corresponding to the given ID
95
/// numbers. A zero address means the ID number has not been allocated yet.
96
/// This function works just like getIDOperator except that it allows to fetch
97
/// operator addresses for multiple IDs in one call.
0 commit comments