From 75c97f9b57d507ccf7cab9507ce30ea3d88a6f7e Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Sun, 28 Jul 2024 21:58:42 -0400 Subject: [PATCH] Minor notebook update --- docs/source/notebooks/particles-formulary-completed.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notebooks/particles-formulary-completed.ipynb b/docs/source/notebooks/particles-formulary-completed.ipynb index 841b617..3b6ece2 100644 --- a/docs/source/notebooks/particles-formulary-completed.ipynb +++ b/docs/source/notebooks/particles-formulary-completed.ipynb @@ -2258,7 +2258,7 @@ "[@particle_input]: https://docs.plasmapy.org/en/stable/api/plasmapy.particles.decorators.particle_input.html\n", "[@check_relativistic]: https://docs.plasmapy.org/en/stable/api/plasmapy.utils.decorators.checks.check_relativistic.html#check-relativistic\n", "\n", - "Let's use both [@particle_input], [@validate_quantities], and `@check_relativistic` to write an Alfvén speed function. The formula is $$ V_A ≡ \\frac{B}{\\sqrt{μ_0 ρ}} $$ where we approximate the mass density as $ρ ≈ m_i n_i$. " + "Let's use both [@particle_input], [@validate_quantities], and [@check_relativistic] to write an Alfvén speed function. The formula is $$ V_A ≡ \\frac{B}{\\sqrt{μ_0 ρ}} $$ where we approximate the mass density as $ρ ≈ m_i n_i$. " ] }, {