Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko authored Jan 8, 2025
1 parent f2c7a80 commit b8ee2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixedSizeArray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Furthermore, `s` has type variables in place of the type parameters specified
via `spec`.
NB: `Val{s}()` is returned instead of `s` so the method would be *consistent*
from the point of view of Julia's effect inference, enabling constant-folding.
from the point of view of Julia's effect inference, enabling constant folding.
NB: this function is supposed to only have the one method. To add
functionality, add methods to [`with_stripped_type_parameters_unchecked`](@ref).
Expand Down

0 comments on commit b8ee2e3

Please sign in to comment.