From 03b48fb603ba89c0d31b4f2fd950dc3cb23f5fde Mon Sep 17 00:00:00 2001 From: Nick Downing Date: Fri, 21 Jan 2022 18:35:37 -0500 Subject: [PATCH] Fix oops --- index.html.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!' -- 2.34.1