Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
btmonier committed Oct 14, 2024
1 parent e1848b6 commit 4281497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rPHG2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ graph |> javaRefObj()
Since we need to construct an interface to a local instance of Java, errors
may arise due to several issues. Two common causes are version issues and
memory allocated to the JVM. For debugging and monitoring purposes, we can
use the `jvmStats()` function which create a instance of a `JvmStats` object.
use the `jvmStats()` function which creates a instance of a `JvmStats` object.

```{r, eval=TRUE, echo=TRUE}
javaStats <- jvmStats()
Expand Down

0 comments on commit 4281497

Please sign in to comment.