Skip to content

Commit

Permalink
Fix typo (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Nov 15, 2022
1 parent 5f9b238 commit 3eecdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Implementation of shifted arrays.

## Shifted Arrays

A `ShiftedArray` is a lazy view of an Array, shifted on some or all of his indexing dimensions by some constant values.
A `ShiftedArray` is a lazy view of an Array, shifted on some or all of its indexing dimensions by some constant values.

```julia
julia> v = reshape(1:16, 4, 4)
Expand Down

0 comments on commit 3eecdbc

Please sign in to comment.