We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fa04e commit d0d55fcCopy full SHA for d0d55fc
contracts/utils/Memory.sol
@@ -3,7 +3,7 @@
3
pragma solidity ^0.8.20;
4
5
/**
6
- * @dev Utilities to manipulate memory.
+ * @dev Utilities to manipulate memory.
7
*
8
* Memory is a contiguous and dynamic byte array in which Solidity stores non-primitive types.
9
* This library provides functions to manipulate pointers to this dynamic array.
0 commit comments