We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa4b155 + 373282d commit 4ab1d80Copy full SHA for 4ab1d80
src/initializers.jl
@@ -15,8 +15,8 @@ provided explicitly.
15
16
A couple of helpful type aliases are also provided:
17
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
+* `SA_F64[1, 2]` creates a length-2 `SVector` of `Float64` elements
+* `SA_F32[1, 2]` creates a length-2 `SVector` of `Float32` elements
20
"""
21
struct SA{T} ; end
22
0 commit comments