Skip to content

Commit fbf0244

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update StaticArraysCore.jl (#32)
unintialized -> uninitialized
1 parent 8aabc15 commit fbf0244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticArraysCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For mutable containers you may also need to define the following:
3030
3131
- `setindex!` for a single element (linear indexing).
3232
- `similar(::Type{MyStaticArray}, ::Type{NewElType}, ::Size{NewSize})`.
33-
- In some cases, a zero-parameter constructor, `MyStaticArray{...}()` for unintialized data
33+
- In some cases, a zero-parameter constructor, `MyStaticArray{...}()` for uninitialized data
3434
is assumed to exist.
3535
3636
See also

0 commit comments

Comments
 (0)