From c572345c3c95f89af58e47fa0f199d344c0087e4 Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Fri, 4 Dec 2020 05:48:49 +0200 Subject: [PATCH] `&infinity;` is not a valid HTML symbol - use `∞` (#863) --- doc/site/modules/core/num.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/site/modules/core/num.markdown b/doc/site/modules/core/num.markdown index 69e1ff8b..d1cb959c 100644 --- a/doc/site/modules/core/num.markdown +++ b/doc/site/modules/core/num.markdown @@ -11,7 +11,7 @@ It is a runtime error if `value` is not a string. ### Num.**infinity** -The value of &infinity;. +The value of ∞. ### Num.**nan** @@ -237,4 +237,4 @@ var range = 1.2...3.4 System.print(range.min) //> 1.2 System.print(range.max) //> 3.4 System.print(range.isInclusive) //> false - \ No newline at end of file +