File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ library Bytes {
101
101
102
102
/**
103
103
* @dev Moves the content of `buffer`, from `start` (included) to the end of `buffer` to the start of that buffer.
104
+ * The `end` argument is truncated to the length of the `buffer`.
104
105
*
105
106
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
106
107
*/
@@ -110,6 +111,7 @@ library Bytes {
110
111
111
112
/**
112
113
* @dev Moves the content of `buffer`, from `start` (included) to end (excluded) to the start of that buffer.
114
+ * The `end` argument is truncated to the length of the `buffer`.
113
115
*
114
116
* NOTE: This function modifies the provided buffer in place. If you need to preserve the original buffer, use {slice} instead
115
117
*/
You can’t perform that action at this time.
0 commit comments