Fix typographical errors (#5194)

Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
cairo
2024-09-13 19:26:46 +02:00
committed by Hadrien Croubois
parent 300d66d6e7
commit ceadf10098
9 changed files with 29 additions and 29 deletions

View File

@ -91,7 +91,7 @@ library CircularBuffer {
}
/**
* @dev Length of the buffer. This is the maximum number of elements kepts in the buffer.
* @dev Length of the buffer. This is the maximum number of elements kept in the buffer.
*/
function length(Bytes32CircularBuffer storage self) internal view returns (uint256) {
return self._data.length;