JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
533 stars 109 forks source link

Fixed a few typos #502

Closed pitmonticone closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #502 (8d17897) into master (5404e37) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #502   +/-   ##
=======================================
  Coverage   86.91%   86.91%           
=======================================
  Files          27       27           
  Lines        1819     1819           
=======================================
  Hits         1581     1581           
  Misses        238      238           
Impacted Files Coverage Δ
src/hermite/cubic.jl 94.04% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5404e37...8d17897. Read the comment docs.

mkitti commented 2 years ago

Thank you!