Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Dec 24, 2024
1 parent 42e7da8 commit 01405a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/utils/dynamicarraylib.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The constant returned when the element is not found in the array.
Low level minimalist uint256 array operations.
If you don't need syntax sugar, it's recommended to use these.
Some of these functions returns the same array for function chaining.
`e.g. `array.set(0, 1).set(1, 2)`.
e.g. `array.set(0, 1).set(1, 2)`.

### malloc(uint256)

Expand Down Expand Up @@ -339,7 +339,7 @@ Directly returns `a` without copying.
## Dynamic Array Operations

Some of these functions returns the same array for function chaining.
`e.g. `a.p("1").p("2")`.
e.g. `a.p("1").p("2")`.

### length(DynamicArray)

Expand Down
2 changes: 1 addition & 1 deletion docs/utils/dynamicbufferlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ take care of the memory allocation.
## Operations

Some of these functions returns the same buffer for function chaining.
`e.g. `buffer.p("1").p("2")`.
e.g. `buffer.p("1").p("2")`.

### length(DynamicBuffer)

Expand Down

0 comments on commit 01405a0

Please sign in to comment.