Skip to content

Commit da27e80

Browse files
Update contracts/utils/Bytes.sol
Co-authored-by: James Toussaint <33313130+james-toussaint@users.noreply.github.com>
1 parent 125d58f commit da27e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/utils/Bytes.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ library Bytes {
100100
}
101101

102102
/**
103-
* @dev In place slice: moves the content of `buffer`, from `start` (included) to the end of `buffer` to the start of that buffer.
103+
* @dev Moves the content of `buffer`, from `start` (included) to the end of `buffer` to the start of that buffer.
104104
*
105105
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
106106
*/
@@ -109,7 +109,7 @@ library Bytes {
109109
}
110110

111111
/**
112-
* @dev In place slice: moves the content of `buffer`, from `start` (included) to end (excluded) to the start of that buffer.
112+
* @dev Moves the content of `buffer`, from `start` (included) to end (excluded) to the start of that buffer.
113113
*
114114
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
115115
*/

0 commit comments

Comments
 (0)