Skip to content

Commit 1399529

Browse files
committed
fix docs
1 parent a20e5f1 commit 1399529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ synth_psf = model(best_fit_params)
8080
8181
plot(
8282
imshow(psf, title="Data"),
83-
plot(synth_psf, reverse(axes(psf)); title="Model"),
83+
plot(synth_psf, axes(psf); title="Model"),
8484
cbar=false,
8585
ticks=false,
8686
layout=2,

src/airy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Airy disk is a distribution over the radius `r` (the square-Euclidean distan
1515
```
1616
f(x | x̂, FWHM) = [ 2J₁(q) / q ]^2
1717
```
18-
where `J₁` is the first order Bessel function of the first kind and
18+
where `J₁` is the first-order Bessel function of the first kind and
1919
```
2020
q ≈ π * r / (0.973 * FWHM)
2121
```

0 commit comments

Comments
 (0)