You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lexicalscoping.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ crazy <- function() {
104
104
```
105
105
106
106
To reiterate the concept the next section explains in more detail the role and behaviour of the “superassignment” operator which allows the programmer to modify a variable declared outside of the current function in which the reference to the variable is made.
107
-
In the simplest example consider how variable `x` changes when the crazy() function is called.
107
+
In the simplest example consider how variable `x` changes when the `crazy()` function is called.
0 commit comments