File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ struct OFTFeeDetail {
2323
2424/**
2525 * @dev Struct representing OFT limit information.
26- * @dev These amounts can change dynamically and are up the the specific oft implementation.
26+ * @dev These amounts can change dynamically and are up to the specific oft implementation.
2727 */
2828struct OFTLimit {
2929 uint256 minAmountLD; // Minimum amount in local decimals that can be sent to the recipient.
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ library PSMLib {
151151 /*** Rate Limit helper functions ***/
152152 /**********************************************************************************************/
153153
154- function _rateLimited (IRateLimits rateLimits ,bytes32 key , uint256 amount ) internal {
154+ function _rateLimited (IRateLimits rateLimits , bytes32 key , uint256 amount ) internal {
155155 rateLimits.triggerRateLimitDecrease (key, amount);
156156 }
157157
You can’t perform that action at this time.
0 commit comments