Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Nov 8, 2024
1 parent 890af20 commit b81f360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ksz.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ m = Enmap(zeros(shape), wcs)

Now let's set up an electron profile.
```@example ksz
p = BattagliaTauProfile(Omega_c=0.267, Omega_b=0.0493, h=0.6712)
model = BattagliaTauProfile(Omega_c=0.267, Omega_b=0.0493, h=0.6712)
```

We can now compute the integrated electron density,
Expand Down

0 comments on commit b81f360

Please sign in to comment.