Skip to content

Commit 340e94c

Browse files
ernestognwarr00
andauthored
Update Memory.sol
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
1 parent c4e0375 commit 340e94c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contracts/utils/Memory.sol

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ library Memory {
2121
}
2222
}
2323

24-
/// @dev Sets the free `Pointer` to a specific value.
25-
///
26-
/// WARNING: Everything after the pointer may be overwritten.
24+
/**
25+
* @dev Sets the free `Pointer` to a specific value.
26+
*
27+
* WARNING: Everything after the pointer may be overwritten.
28+
**/
2729
function setFreeMemoryPointer(Pointer ptr) internal pure {
2830
assembly ("memory-safe") {
2931
mstore(0x40, ptr)

0 commit comments

Comments
 (0)