Skip to content

Commit 66af510

Browse files
authored
Update problem.md
1 parent 12fc26f commit 66af510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/problem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ params = Params(α)
5555
```
5656

5757
The particular equation is so simple that it makes no difference performance-wise whether
58-
we time-step it in physical or in wavenumber space. For, PDEs with nonlinear terms
59-
time-stepping in wavenumbers spaces is much more efficient. Thus, for demonstration purposes,
58+
we time-step it in physical or in wavenumber space. For PDEs with nonlinear terms,
59+
time-stepping in wavenumbers space is much more efficient. Thus, for demonstration purposes,
6060
we will time-step the equation in wavenumber space, i.e.,
6161

6262
```math
@@ -203,4 +203,4 @@ end # end module
203203

204204
For a more elaborate example we urge you to have a look at the `Diffusion`
205205
module located at `src/diffusion.jl` and also to the modules included in the
206-
child package [GeophysicalFlows.jl](https://github.com/FourierFlows/GeophysicalFlows.jl).
206+
child package [GeophysicalFlows.jl](https://github.com/FourierFlows/GeophysicalFlows.jl).

0 commit comments

Comments
 (0)