From 42814973f070a6456885827a33d575425f081c8d Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 14 Oct 2024 17:52:12 -0500 Subject: [PATCH] Fix grammar --- vignettes/rPHG2.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/rPHG2.Rmd b/vignettes/rPHG2.Rmd index 8e6a3d3..0409f86 100644 --- a/vignettes/rPHG2.Rmd +++ b/vignettes/rPHG2.Rmd @@ -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()