Comment Not Capitalized
Comments must start with a capital letter.
Incorrect:
# this comment doesn't start with a capital letter.
[] > foo
42 > @
Correct:
# This comment does start with a capital letter.
[] > foo
42 > @
Published on Mon May 25 14:35:04 UTC 2026.