diff --git a/src/variables/challenges.md b/src/variables/challenges.md index c098748..9fcbc0e 100644 --- a/src/variables/challenges.md +++ b/src/variables/challenges.md @@ -90,7 +90,7 @@ void main() { ## Challenge 5 -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. ```java,editable void main() { @@ -100,4 +100,6 @@ void main() { String FASTRunner = "bolt"; String slowRunner = "tortoise"; } -``` \ No newline at end of file +``` + +[^byconvention]: By currently prevalent social conventions. None are actually "wrong" from the perspective of Java. \ No newline at end of file