Skip to content

Commit c17cd96

Browse files
tmastnyjimhester
authored andcommitted
typo
1 parent fc5733f commit c17cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/motivations.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ One example of the use of altrep is the `:` operator.
225225
Prior to R 3.5 `:` generated a full vector for the entire sequence. e.g. `1:1000` would require 1000 individual values.
226226
As of R 3.5 this sequence is instead represented by an ALTREP vector, so *none* of the values actually exist in memory.
227227
Instead each time R access a particular value in the sequence that value is computed on-the-fly.
228-
This safes memory and excution time, and allows users to use sequences which
228+
This saves memory and excution time, and allows users to use sequences which
229229
would otherwise be too big to fit in memory.
230230
231231
```{r, R.options = list(max.print = 20)}

0 commit comments

Comments
 (0)