Skip to content

Commit

Permalink
#33: Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccomoc committed Mar 4, 2024
1 parent 3646128 commit 2d8b722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2024-01-11-jactl-2.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Result will be:

### New `transpose()` Method for Lists ([#56](https://github.com/jaccomoc/jactl/issues/56))

`transpose()` work as a matrix transpose where rows are transposed into columns (and columns
`transpose()` works as a matrix transpose where rows are transposed into columns (and columns
into rows).
It operates on a list of lists:
```groovy
Expand All @@ -165,7 +165,7 @@ Result is:
[['a', 'b', 'c'], [1, 2, 3]]
```

If the input lists are not all of the same size, `null` will be used to fill any missing values.
If the input lists are not all the same size, `null` will be used to fill any missing values.

## Breaking Changes

Expand Down

0 comments on commit 2d8b722

Please sign in to comment.