Skip to content

Commit 4ab1d80

Browse files
authored
Merge pull request #896 from mgkuhn/patch-1
Update initializers.jl
2 parents aa4b155 + 373282d commit 4ab1d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/initializers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ provided explicitly.
1515
1616
A couple of helpful type aliases are also provided:
1717
18-
* `SA_F64[1, 2]` creates a lenght-2 `SVector` of `Float64` elements
19-
* `SA_F32[1, 2]` creates a lenght-2 `SVector` of `Float32` elements
18+
* `SA_F64[1, 2]` creates a length-2 `SVector` of `Float64` elements
19+
* `SA_F32[1, 2]` creates a length-2 `SVector` of `Float32` elements
2020
"""
2121
struct SA{T} ; end
2222

0 commit comments

Comments
 (0)