We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a35f24 commit b63991cCopy full SHA for b63991c
doc/src/devdocs/functions.md
@@ -7,7 +7,7 @@ This document will explain how functions, method definitions, and method tables
7
8
Every function in Julia is a generic function. A generic function is conceptually a single function,
9
but consists of many definitions, or methods. The methods of a generic function are stored in a
10
-method table. There is one global method table (type `MethodTable`) named `Core.GlobalMethods`. Any
+method table. There is one global method table (type `MethodTable`) named `Core.methodtable`. Any
11
default operation on methods (such as calls) uses that table.
12
13
## [Function calls](@id Function-calls)
0 commit comments