Skip to content

Commit

Permalink
Fixes following review of #73
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 30, 2024
1 parent c52a805 commit a832271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scion/interpolation/InterpolatorBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace interpolation {
*
* As such, this does not do unit-base interpolation.
*
* Since we can reuse the operator() on this base class so the derived class
* Since we can reuse the operator() on this base class, the derived class
* does not need to implement this particular interpolation operation.
*
* @param[in] x the value of x
Expand Down

0 comments on commit a832271

Please sign in to comment.