Skip to content

Commit 5c9fd46

Browse files
jagdish-15kahgoh
andauthored
Update exercises/practice/bob/.approaches/method-based-if-statements/content.md
Co-authored-by: Kah Goh <[email protected]>
1 parent ad5c8e6 commit 5c9fd46

File tree

1 file changed

+2
-1
lines changed
  • exercises/practice/bob/.approaches/method-based-if-statements

1 file changed

+2
-1
lines changed

exercises/practice/bob/.approaches/method-based-if-statements/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ This approach simplifies the main method `hey` by breaking down each response co
4747

4848
### Trimming the Input
4949

50-
The `input` is trimmed using the `String` [`trim()`][trim] method to remove any leading or trailing whitespace. This helps to accurately detect if the input is empty and should prompt a `"Fine. Be that way!"` response.
50+
The `input` is trimmed using the `String` [`trim()`][trim] method to remove any leading or trailing whitespace.
51+
This helps to accurately detect if the input is empty and should prompt a `"Fine. Be that way!"` response.
5152

5253
~~~~exercism/caution
5354
Note that a `null` `string` would be different from a `String` of all whitespace.

0 commit comments

Comments
 (0)