From dce516a2dfd83822db35906b4282a35b9e29c9ff Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 5 Mar 2012 16:47:25 +0000 Subject: [PATCH] Fixed another typo --- lib/graph.njae/graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graph.njae/graph.rb b/lib/graph.njae/graph.rb index acfc9e0..faaaf46 100644 --- a/lib/graph.njae/graph.rb +++ b/lib/graph.njae/graph.rb @@ -35,7 +35,7 @@ module GraphNjae end # Form a product graph of this graph and the other. - # Return the new graph. + # Return the product graph. def product(other) product_graph = Graph.new self.vertices.each do |v1| -- 2.34.1