Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 26, 2024
1 parent 9e6b99c commit bbf864b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The most interesting thing about ggplot1 is that it was originally designed arou
ggpoint(ggplot(mtcars, list(x = mpg, y = wt)))
```

I correct recognised that this was hard for people to read and write, but solved this problem in ggplot2 by overloading addition. In hindsight, this problem is solved generally by the pipe!
I correctly recognised that this was hard for people to read and write,
but solved the problem in ggplot2 by overloading addition. In
hindsight, this problem is solved more generally by the pipe!

ggplot had 7 CRAN releases starting with 0.2.2 in April 2006, and finishing with 0.4.2 in October 2008.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ this:
ggpoint(ggplot(mtcars, list(x = mpg, y = wt)))
```

I correct recognised that this was hard for people to read and write,
but solved this problem in ggplot2 by overloading addition. In
hindsight, this problem is solved generally by the pipe!
I correctly recognised that this was hard for people to read and write,
but solved the problem in ggplot2 by overloading addition. In hindsight,
this problem is solved more generally by the pipe!

ggplot had 7 CRAN releases starting with 0.2.2 in April 2006, and
finishing with 0.4.2 in October 2008.
Expand Down

0 comments on commit bbf864b

Please sign in to comment.