From ee2d249513139d3ced6fc0f1ed822cf966c53919 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 12:36:47 +0000 Subject: [PATCH] computing-pi: shorten card description to one sentence --- src/lib/interactives.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",