Skip to content

Commit

Permalink
Fix a typo from the new github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Apr 26, 2024
1 parent df56b99 commit 5a3ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PatternFold = Union{AbstractVectorFold, IntervalsFold}

"""
pattern(<:PatternFold)
Return the *pattern* of any `PatternFold`. The pattern defines the occurences of the first fold.
Return the *pattern* of any `PatternFold`. The pattern defines the occurrences of the first fold.
"""
pattern(pf) = pf.pattern

Expand Down

0 comments on commit 5a3ffbd

Please sign in to comment.