From 3a7a0c34c691ac4011f1429d2594c90d9c026cc4 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 May 2025 12:43:57 +0400 Subject: [PATCH] checking bug in gitea markdown --- docs/tutorial.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 48190e2..476f175 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -155,9 +155,8 @@ Logical operation could be used the same : comparison are based on comparison operator which can be overloaded (2) -: referential equality means left and right operands references exactly same instance of some object. Nothe that all -singleton object, like `null`, are referentially equal too, while string different literals even being equal are most -likely referentially not equal: +: referential equality means left and right operands references exactly same instance of some object. Note that all singleton object, like `null`, are referentially equal too, while string different literals even being equal are most likely referentially not equal: + assert( null == null) // singletons assert( null === null)