We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480d678 commit a8996c9Copy full SHA for a8996c9
src/variables/challenges.md
@@ -90,7 +90,7 @@ void main() {
90
91
## Challenge 5
92
93
-Some of the variables in this program are named "wrong." Fix them.
+Some of the variables in this program are named "wrong."[^byconvention] Fix them.
94
95
```java,editable
96
void main() {
@@ -100,4 +100,6 @@ void main() {
100
String FASTRunner = "bolt";
101
String slowRunner = "tortoise";
102
}
103
-```
+```
104
+
105
+[^byconvention]: By currently prevalent social conventions. None are actually "wrong" from the perspective of Java.
0 commit comments