Skip to content

Commit 51bea83

Browse files
committed
Fixing lint issue
1 parent b9bc033 commit 51bea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bob/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Bob {
5252
}
5353
```
5454

55-
This approach defines helper methods for each type of message—silent, shouting, and questioning—to keep each condition clean and easily testable.
55+
This approach defines helper methods for each type of message—silent, shouting, and questioning—to keep each condition clean and easily testable.
5656
For more details, refer to the [method-based `if` Statements Approach][approach-method-if].
5757

5858
## Approach: variable-based `if` statements

0 commit comments

Comments
 (0)