Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored Feb 3, 2024
1 parent a13e955 commit 18ed11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/larray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ A .= rand(4)
```
To initialize the vector and set its values at the
same time, used [`@LArray`](@ref) instead:
same time, use [`@LArray`](@ref) instead:
```julia
b = @LArray [1, 2, 3] (:a, :b, :c)
Expand Down

0 comments on commit 18ed11b

Please sign in to comment.