From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/glossary/truthy/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/glossary/truthy') diff --git a/files/ru/glossary/truthy/index.html b/files/ru/glossary/truthy/index.html index d6323960ac..c1ecc2b86b 100644 --- a/files/ru/glossary/truthy/index.html +++ b/files/ru/glossary/truthy/index.html @@ -15,7 +15,7 @@ original_slug: Глоссарий/Truthy

Примеры истинных значений в JavaScript (которые будут приведены к true в булевых выражениях, и таким образом выполниться блок if):

-
if (true)
+
if (true)
 if ({})
 if ([])
 if (42)
-- 
cgit v1.2.3-54-g00ecf