Skip to content

Commit c338706

Browse files
markdown improvements
1 parent fb1c3be commit c338706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexicalscoping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ crazy <- function() {
104104
```
105105

106106
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.
108108

109109
```R
110110
# Declare and define a function named crazy()

0 commit comments

Comments
 (0)