Skip to content

Commit adc52ac

Browse files
authored
Fix typo
1 parent 66c4aef commit adc52ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ params = Params(α)
5656

5757
The particular equation is so simple that it makes no difference performance-wise whether
5858
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,
59+
time-stepping in wavenumber space is much more efficient. Thus, for demonstration purposes,
6060
we will time-step the equation in wavenumber space, i.e.,
6161

6262
```math

0 commit comments

Comments
 (0)