From 678775601a2a18b681bc71dc986d230e2771845d Mon Sep 17 00:00:00 2001
From: Ridho Pratama
Date: Fri, 4 Oct 2019 00:38:37 +0700
Subject: Fixed sizeOf to sizeof (#12347)
---
doc/manual.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/manual.rst b/doc/manual.rst
index 5116b3bda..f7e1c939b 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -3546,7 +3546,7 @@ Nonoverloadable builtins
The following builtin procs cannot be overloaded for reasons of implementation
simplicity (they require specialized semantic checking)::
- declared, defined, definedInScope, compiles, sizeOf,
+ declared, defined, definedInScope, compiles, sizeof,
is, shallowCopy, getAst, astToStr, spawn, procCall
Thus they act more like keywords than like ordinary identifiers; unlike a
--
cgit 1.4.1-2-gfad0