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()