From 62832a37582bd65f20bf424b3cf77f3966c0f973 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 05:08:08 +0000 Subject: [PATCH] Refactor text for clarity Move "Will this process always converge?" to a new line in the instructions for better readability. --- src/components/BulgarianSolitaire.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/BulgarianSolitaire.tsx b/src/components/BulgarianSolitaire.tsx index 1e59982..a540fb4 100644 --- a/src/components/BulgarianSolitaire.tsx +++ b/src/components/BulgarianSolitaire.tsx @@ -298,7 +298,8 @@ const BulgarianSolitaire: React.FC = ({ showSocialShare

Bulgarian Solitaire

Choose a number n, then drag the {totalBoxes} boxes into columns. - Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column. Will this process always converge? + Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column.
+ Will this process always converge?