From f7ea9b3e8d5ee903c27fdb789a1fe02e74360828 Mon Sep 17 00:00:00 2001 From: rdhale92 <75230021+rdhale92@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:54:13 -0400 Subject: [PATCH] Improve grammar of `openMSfile` manpage I found the previous structures of two sentences confusing. I believe these new changes more clearly communicate the intent of the `openMSfile` and `openIDfile` constructors. --- man/openMSfile.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/openMSfile.Rd b/man/openMSfile.Rd index bd8c81d4a..09db38691 100644 --- a/man/openMSfile.Rd +++ b/man/openMSfile.Rd @@ -35,12 +35,12 @@ \description{ The \code{openMSfile} constructor will create a new format-specifc - \code{mzR} object, open 'filename' file and all header information is + \code{mzR} object by loading the 'filename' file. All header information is loaded as a Rcpp module and made accessible through the \code{pwiz} slot of the resulting object. The \code{openIDfile} constructor will create a new format-specifc - \code{mzR} object, open 'filename' file and all information is + \code{mzR} object by loading the 'filename' file. All information is loaded as a Rcpp module. The mzid format is supported throught \code{pwiz} backend. Only mzIdentML 1.1 is supported.