File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ library Bytes {
100
100
}
101
101
102
102
/**
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.
104
104
*
105
105
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
106
106
*/
@@ -109,7 +109,7 @@ library Bytes {
109
109
}
110
110
111
111
/**
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.
113
113
*
114
114
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
115
115
*/
You can’t perform that action at this time.
0 commit comments