Skip to content

Commit f06c782

Browse files
committed
Fixing style errors
1 parent 1dcbe19 commit f06c782

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The main `hey` method determines Bob’s response by delegating each condition t
88

99
This approach simplifies the main method `hey` by breaking down each response condition into helper methods:
1010

11-
1. **Trimming the Input**:
11+
1. **Trimming the Input**:
1212
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.
1313

1414
2. **Delegating to Helper Methods**:

0 commit comments

Comments
 (0)