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 Tue Mar 31 07:20:19 UTC 2026.