fix: oops

This commit is contained in:
Robert Fry 2026-03-09 23:24:59 +00:00
parent de3c99dddd
commit 0385f5d017
No known key found for this signature in database
GPG Key ID: E89FFC8597BFE26C

View File

@ -15,7 +15,7 @@
// "undefined" should not be thought of as a value, but as a way
// of telling the compiler that you are not assigning a value
// _yet_. Any variable may be set to undefined, but attempting to
// read its value before assigning one _always_ a mistake.
// read its value before assigning one is _always_ a mistake.
//
// * null
//