Skip to content

Commit 209118b

Browse files
Bump crate-ci/typos from 1.19.0 to 1.20.4 (#166)
* Bump crate-ci/typos from 1.19.0 to 1.20.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.20.4. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.19.0...v1.20.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix typo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent c09c4d3 commit 209118b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/SpellCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.19.0
13+
uses: crate-ci/typos@v1.20.4

src/RootedTrees.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ end
10771077
Create all splitting forests and subtrees associated to ordered subtrees of a
10781078
rooted tree `t`.
10791079
1080-
Seee also [`SplittingIterator`](@ref).
1080+
See also [`SplittingIterator`](@ref).
10811081
10821082
# References
10831083
@@ -1431,7 +1431,7 @@ function elementary_differential_latexstring(t::RootedTree)
14311431
return latexstring(rec_elementary_differential(t))
14321432
end
14331433

1434-
# Function used to go recursively through the RootedTree
1434+
# Function used to go recursively through the RootedTree
14351435
# to generate the elementary differential of the tree.
14361436
function rec_elementary_differential(t::RootedTree)
14371437
subtree_strings = String[]
@@ -1489,7 +1489,7 @@ function elementary_weight_latexstring(t::RootedTree)
14891489
return latexstring(join(substrings))
14901490
end
14911491

1492-
# Function used to go recursively through the RootedTree
1492+
# Function used to go recursively through the RootedTree
14931493
# to generate the elementary weight of the tree.
14941494
function elm_weights_rec!(t::RootedTree, last_index, a)
14951495
alphabet = copy(a)
@@ -1523,7 +1523,7 @@ function elm_weights_rec!(t::RootedTree, last_index, a)
15231523
indices = vcat(indices, idx)
15241524
push!(substrings, substring)
15251525
end
1526-
# Specialcase: The identical trees were the last ones
1526+
# Specialcase: The identical trees were the last ones
15271527
if tree_count > 1
15281528
if length(prev_tree.level_sequence) == 1
15291529
substrings[end] = "$(substrings[end])^{$tree_count}"

0 commit comments

Comments
 (0)