Skip to content

Commit

Permalink
Fix misspelled @ref
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Feb 26, 2024
1 parent f619833 commit a91b77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/peakheight.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Return a copy of `peaks` and `heights` where peak heights are removed if less than
`minheight` and/or greater than `maxheight`.
See also: [`peakprom`](@ref), [`peakwidths`](@ref), [`findmaxima`](@ref)
See also: [`peakproms`](@ref), [`peakwidths`](@ref), [`findmaxima`](@ref)
# Examples
```jldoctest
Expand Down Expand Up @@ -39,7 +39,7 @@ end
Modify and return `peaks` and `heights` by removing peaks that are less than `minheight` or greater
than `maxheight`.
See also: [`peakprom`](@ref), [`peakwidths`](@ref), [`findmaxima`](@ref)
See also: [`peakproms`](@ref), [`peakwidths`](@ref), [`findmaxima`](@ref)
# Examples
```jldoctest
Expand Down
2 changes: 1 addition & 1 deletion src/peakwidth.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The width for a peak with a gap in the signal (e.g. `NaN`, `missing`) at the ref
will match the value/type of the signal gap if `strict == true`. For `strict ==
false`, the signal crossing will be linearly interpolated between the edges of the gap.
See also: [`peakprom`](@ref), [`findminima`](@ref), [`findmaxima`](@ref)
See also: [`peakproms`](@ref), [`findminima`](@ref), [`findmaxima`](@ref)
# Examples
```jldoctest
Expand Down

0 comments on commit a91b77d

Please sign in to comment.