Skip to content

Commit a730da7

Browse files
authored
Merge pull request rstudio-education#16 from psychometrician/patch-5
typo: quandry -> quandary
2 parents 39e64e1 + f5ea173 commit a730da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments.rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ new
202202
## "Hello Active"
203203
```
204204

205-
This arrangement creates a quandry for R whenever R runs a function. Many functions save temporary objects that help them do their jobs. For example, the `roll` function from [Project 1: Weighted Dice] saved an object named `die` and an object named `dice`:
205+
This arrangement creates a quandary for R whenever R runs a function. Many functions save temporary objects that help them do their jobs. For example, the `roll` function from [Project 1: Weighted Dice] saved an object named `die` and an object named `dice`:
206206

207207
```r
208208
roll <- function() {

0 commit comments

Comments
 (0)