Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Nov 20, 2024
1 parent ac0f3a4 commit 40be631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qinterp1.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern "C" {
* the endpoints, extrapolation is performed using the current method.
* @param[in] i A pointer to the interpolation instance.
* @param[in] x The input point.
* @return @c The interpolated-extrapolated @a y value.
* @return The interpolated-extrapolated @a y value.
*/
float qInterp1_Get( qInterp1_t * const i,
const float x );
Expand Down

0 comments on commit 40be631

Please sign in to comment.