Skip to content

Commit 2d6629e

Browse files
build(deps): bump crate-ci/typos from 1.36.3 to 1.39.2 (#89)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orjan Ameye <[email protected]>
1 parent 640cd9b commit 2d6629e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v6
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.36.3
13+
uses: crate-ci/typos@v1.39.2

src/solve_homotopy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end
147147

148148
"""
149149
Reorder EACH ELEMENT of `a` to match the index permutation `order`.
150-
If length(order) < length(array), the remanining positions are kept.
150+
If length(order) < length(array), the remaining positions are kept.
151151
"""
152152
function _reorder_nested(a::Array, order::Vector{Int})
153153
a[1] isa Union{Array,BitVector} || return a

0 commit comments

Comments
 (0)