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.
1 parent aa4b155 commit 373282dCopy full SHA for 373282d
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