Skip to content

Commit 18ed11b

Browse files
fix typo
1 parent a13e955 commit 18ed11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/larray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ A .= rand(4)
272272
```
273273
274274
To initialize the vector and set its values at the
275-
same time, used [`@LArray`](@ref) instead:
275+
same time, use [`@LArray`](@ref) instead:
276276
277277
```julia
278278
b = @LArray [1, 2, 3] (:a, :b, :c)

0 commit comments

Comments
 (0)