Skip to content

Commit 14ab79a

Browse files
author
Beau Shinkle
committed
lint:fix:sol
1 parent 93006af commit 14ab79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/SortitionTree.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ contract SortitionTree {
9191
return idAddress.length > id ? idAddress[id] : address(0);
9292
}
9393

94-
/// @notice Gets the operator addresses corresponding to the given ID
94+
/// @notice Gets the operator addresses corresponding to the given ID
9595
/// numbers. A zero address means the ID number has not been allocated yet.
9696
/// This function works just like getIDOperator except that it allows to fetch
9797
/// operator addresses for multiple IDs in one call.

0 commit comments

Comments
 (0)