Skip to content

Commit ba4d1f6

Browse files
committed
{dx}->{d}x
1 parent 5940942 commit ba4d1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the documentation, which contains the unreleased features.
2727

2828
## Examples
2929

30-
To perform one-dimensional quadrature, we can simply construct an `IntegralProblem`. The code below evaluates $\int_{-2}^5 \sin(xp)~\mathrm{dx}$ with $p = 1.7$. This argument $p$ is passed
30+
To perform one-dimensional quadrature, we can simply construct an `IntegralProblem`. The code below evaluates $\int_{-2}^5 \sin(xp)~\mathrm{d}x$ with $p = 1.7$. This argument $p$ is passed
3131
into the problem as the fourth argument of `IntegralProblem`.
3232

3333
```julia

0 commit comments

Comments
 (0)