From 8b3c1badba739f886c1403009b03816c949b7de5 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 27 May 2025 17:55:58 +0000 Subject: [PATCH] :memo: update punctuation mark --- exercises/17-Russian-Roulette/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/17-Russian-Roulette/README.md b/exercises/17-Russian-Roulette/README.md index f3a4aaab..214193a0 100644 --- a/exercises/17-Russian-Roulette/README.md +++ b/exercises/17-Russian-Roulette/README.md @@ -16,6 +16,6 @@ FIRE!!!...... are you dead? ## 💡 Hints: -+ You can get the chamber position by calling the `spin_chamber` function ++ You can get the chamber position by calling the `spin_chamber` function. + If the bullet is at the same slot as the revolver chamber, then it will be fired (`You are dead!`).