From cb1ec1b27e9dad94e59ccbc6b9909956b768e4ec Mon Sep 17 00:00:00 2001 From: Christian Fredrik Johnsen Date: Wed, 21 May 2025 00:41:04 +0200 Subject: [PATCH] fix(tutor): replace unexisting and non existing with nonexistent Sounds more natural to me. Just a spelling change. --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index 39f6e333c..54a4dde2a 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1315,7 +1315,7 @@ letters! that is not good grammar. you can fix this. --> delete "layers "of" quote marks" too: this will delete the nearest previous and following quote marks - Trying to delete unexisting surrounding delimiters print an error + Trying to delete nonexistent surrounding delimiters prints an error at the bottom bar and does nothing. ================================================================= @@ -1336,7 +1336,7 @@ letters! that is not good grammar. you can fix this. --> some (nested surroundings [can be replaced]) --> this "works with 'other surroundings' too" - You can try to replace a non existing pair: this will show + You can try to replace a nonexistent pair: this will show an error warning at the bottom bar and do nothing.