From da7d38099ddee8046819102bdb4ead06c6f19587 Mon Sep 17 00:00:00 2001 From: Corey McCandless Date: Thu, 19 Jul 2018 15:22:56 -0400 Subject: [PATCH] bob: limit scope of incoming messages https://github.com/exercism/problem-specifications/issues/1257 https://github.com/exercism/problem-specifications/pull/1267 --- exercises/bob/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/bob/README.md b/exercises/bob/README.md index d76d6b4e7..81ea378c5 100644 --- a/exercises/bob/README.md +++ b/exercises/bob/README.md @@ -13,6 +13,8 @@ anything. He answers 'Whatever.' to anything else. +Bob's conversational partner is a purist when it comes to written communication and always follows normal rules regarding sentence punctuation in English. + ## Rust Installation Refer to the [exercism help page][help-page] for Rust installation and learning