Skip to content

Commit

Permalink
fixed grammar readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed May 14, 2015
1 parent 2e2ef28 commit 55932f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -50,7 +50,7 @@ f(c(0.0, 0, .2, -00.02, 1.122222, pi, "A"))
```


We can see it's use in actual model reproting as well:
We can see its use in actual model reproting as well:


```{r}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Demonstration

## [1] ".000" ".000" ".200" "-.020" "1.122" "3.142" NA

We can see it's use in actual model reproting as well:
We can see its use in actual model reproting as well:

mod1 <- t.test(1:10, y = c(7:20))
sprintf(
Expand Down

0 comments on commit 55932f7

Please sign in to comment.