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 {
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 */
You can’t perform that action at this time.
0 commit comments