lib/rgl/graph_visitor.rb in rgl-0.5.0 vs lib/rgl/graph_visitor.rb in rgl-0.5.1
- old
+ new
@@ -1,10 +1,10 @@
require 'rgl/graph_wrapper'
module RGL
# Module GraphVisitor defines the BGL
- # BFS[http://www.boost.org/libs/graph/doc/BFSVisitor.html] Visitor Concept).
+ # BFS[http://www.boost.org/libs/graph/doc/BFSVisitor.html] Visitor Concept.
#
# Visitors provide a mechanism for extending an algorithm (i.e., for
# customizing what is done at each step of the algorithm). They allow users
# to insert their own operations at various steps within a graph algorithm.
#
\ No newline at end of file