Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 16, 2024
1 parent ca7ed35 commit 898ffb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ details: union(
+quantity: int(max: 200, min: 100),
```

The Array Parameter object returned by this function can be also used to dynamic interact with one or more of these columns.
Array Parameter object returned by this function can be also used to dynamic interact with one or more of these columns. See [Array Composing](#array-composing) to learn more.

## Creating SQL2P

Expand Down Expand Up @@ -206,7 +206,7 @@ $invoices = arguments($iterable, $fetchAll);
$secondRow = $invoices->required('1')->array();
```

## Composing Array
## Array composing

Parameter provides a set of tools to work with arrays, enabling to dynamically add, remove or modify values. It also enables to compose arrays from other arrays.

Expand Down

0 comments on commit 898ffb8

Please sign in to comment.