diff --git a/src/lib/interactives.ts b/src/lib/interactives.ts index 13c3101..127d557 100644 --- a/src/lib/interactives.ts +++ b/src/lib/interactives.ts @@ -710,7 +710,7 @@ export const allInteractives: Interactive[] = [ slug: "computing-pi", title: "Computing π from Coin Tosses", description: - "Toss a coin until heads first outnumber tails, record the fraction, and repeat. The average of those fractions approaches π/4 — watch it converge in parallel runs.", + "Toss a coin until heads first outnumber tails, record the fraction, and repeat.", tags: [ "probability", "simulation",