From: Neil Smith <neil.github@njae.me.uk>
Date: Mon, 5 Mar 2012 16:47:25 +0000 (+0000)
Subject: Fixed another typo
X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=dce516a2dfd83822db35906b4282a35b9e29c9ff;p=graph.njae.git

Fixed another typo
---

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|