Skip to content

Commit d0d55fc

Browse files
authored
Update contracts/utils/Memory.sol
1 parent 14fa04e commit d0d55fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/Memory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pragma solidity ^0.8.20;
44

55
/**
6-
* @dev Utilities to manipulate memory.
6+
* @dev Utilities to manipulate memory.
77
*
88
* Memory is a contiguous and dynamic byte array in which Solidity stores non-primitive types.
99
* This library provides functions to manipulate pointers to this dynamic array.

0 commit comments

Comments
 (0)