Skip to content

Commit

Permalink
Grammar Update R/AbstractGraphReporter.R
Browse files Browse the repository at this point in the history
Co-authored-by: James Lamb <jaylamb20@gmail.com>
  • Loading branch information
bburns632 and jameslamb authored Apr 30, 2024
1 parent cb28825 commit 813a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/AbstractGraphReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 813a399

Please sign in to comment.