Fix many spelling errors (#3274)
This commit is contained in:
@ -28,7 +28,7 @@ library SafeMath {
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Returns the substraction of two unsigned integers, with an overflow flag.
|
||||
* @dev Returns the subtraction of two unsigned integers, with an overflow flag.
|
||||
*
|
||||
* _Available since v3.4._
|
||||
*/
|
||||
|
||||
@ -24,7 +24,7 @@ library DoubleEndedQueue {
|
||||
error Empty();
|
||||
|
||||
/**
|
||||
* @dev An operation (e.g. {at}) could't be completed due to an index being out of bounds.
|
||||
* @dev An operation (e.g. {at}) couldn't be completed due to an index being out of bounds.
|
||||
*/
|
||||
error OutOfBounds();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user