From: Nick Downing Date: Fri, 21 Jan 2022 23:35:37 +0000 (-0500) Subject: Fix oops X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?p=ndcode_site.git;a=commitdiff_plain;h=03b48fb603ba89c0d31b4f2fd950dc3cb23f5fde Fix oops --- diff --git a/index.html.jst b/index.html.jst index 4de8586..91e814f 100644 --- a/index.html.jst +++ b/index.html.jst @@ -56,7 +56,7 @@ return async env => { p { 'Because we use few comments (only in cases where the logic relies on subtleties that won’t be obvious later), we tend to write code that is self-documenting. This means writing out longer code for operations that can be accomplished with language tricks (' - tt {'p != NULL'} + tt {'p == NULL'} ' rather than ' tt {'!p'} '), and avoiding abbreviations in most places. Of course if we find we cannot understand our code later, we will comment it once we have figured it out again!'