Skip to content

Commit 3c47803

Browse files
authored
Updating Two Fer analyzer comment to use string concatenation to informative (#2739)
1 parent b9ffad5 commit 3c47803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/two-fer/.meta/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This exercise could benefit from the following rules in the [analyzer]:
1919
```
2020

2121
- `actionable`: If the solution uses an `if` statement, instruct the student to use a ternary expression instead.
22-
- `actionable`: If the solution uses `String.format`, instruct the student to use simple string concatenation instead.
22+
- `informative`: If the solution uses `String.format`, instruct the student to use simple string concatenation instead.
2323
Explain that `String.format` is significantly slower than concatenating strings and should be used in more complex scenarios.
2424

2525
[analyzer]: https://github.com/exercism/java-analyzer

0 commit comments

Comments
 (0)