Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Apr 3, 2024
1 parent ee47e63 commit 9066be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.58"
version = "0.5.59"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
2 changes: 1 addition & 1 deletion src/periodic_operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ end
left_offset=-(accuracy_order+1)÷2, mode=FastMode())
Create a `PeriodicDerivativeOperator` approximating the `derivative_order`-th
derivative on thr uniform `grid` up to order of accuracy `accuracy_order` where
derivative on the uniform `grid` up to order of accuracy `accuracy_order` where
the leftmost grid point used is determined by `left_offset`.
The evaluation of the derivative can be parallelized using threads by choosing
`mode=ThreadedMode())`.
Expand Down

0 comments on commit 9066be2

Please sign in to comment.