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 53bcb39 commit 4d2f35eCopy full SHA for 4d2f35e
doc/src/manual/variables-and-scoping.md
@@ -33,7 +33,7 @@ Notably missing from this table are
33
which do *not* introduce new scopes.
34
The three types of scopes follow somewhat different rules which will be explained below.
35
36
-Julia uses [lexical scoping](https://en.wikipedia.org/wiki/Scope_%28computer_science%29#Lexical_scoping_vs._dynamic_scoping),
+Julia uses [lexical scoping](https://en.wikipedia.org/wiki/Scope_(computer_science)#Lexical_scope_vs._dynamic_scope),
37
meaning that a function's scope does not inherit from its caller's scope, but from the scope in
38
which the function was defined. For example, in the following code the `x` inside `foo` refers
39
to the `x` in the global scope of its module `Bar`:
0 commit comments