From 813a399403f35c6411cd11e8a76f90db9708cf9c Mon Sep 17 00:00:00 2001 From: bburns632 Date: Mon, 29 Apr 2024 20:24:53 -0500 Subject: [PATCH] Grammar Update R/AbstractGraphReporter.R Co-authored-by: James Lamb --- R/AbstractGraphReporter.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/AbstractGraphReporter.R b/R/AbstractGraphReporter.R index 0e99279..3669a7a 100644 --- a/R/AbstractGraphReporter.R +++ b/R/AbstractGraphReporter.R @@ -69,7 +69,7 @@ AbstractGraphReporter <- R6::R6Class( , active = list( #' @field nodes A data.table, containing information about #' the nodes of the network the reporter is analyzing. The \code{node} - #' column acts the identifier. Read-only. + #' column acts as the identifier. Read-only. nodes = function(){ if (is.null(private$cache$nodes)){ private$extract_nodes()