Skip to content

Commit

Permalink
Merge pull request #237 from rzrkal/dev
Browse files Browse the repository at this point in the history
Fixing small typo
  • Loading branch information
gaborcsardi committed Oct 27, 2017
2 parents 6b7d45f + 5638d58 commit 675946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/iterators.R
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ simple_es_index <- function(x, i) {
#' \item Named graphs can be indexed with character vectors,
#' to select edges with the given names. Note that a graph may
#' have edge names and vertex names, and both can be used to select
#' edges. Edge names are simply used as names of the nuumeric
#' edges. Edge names are simply used as names of the numeric
#' edge id vector. Vertex names effectively only work in graphs without
#' multiple edges, and must be separated with a \code{|} bar character
#' to select an edges that incident to the two given vertices. See
Expand Down

0 comments on commit 675946d

Please sign in to comment.