projects
/
graph.njae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3fe1f3
)
Fixed another typo
author
Neil Smith
<neil.github@njae.me.uk>
Mon, 5 Mar 2012 16:47:25 +0000
(16:47 +0000)
committer
Neil Smith
<neil.github@njae.me.uk>
Mon, 5 Mar 2012 16:47:25 +0000
(16:47 +0000)
lib/graph.njae/graph.rb
patch
|
blob
|
history
diff --git
a/lib/graph.njae/graph.rb
b/lib/graph.njae/graph.rb
index acfc9e07e998ee3843aa19e990f7670d38a8bcce..faaaf46bca692f1f4367a5aec36b8db4fc290aa2 100644
(file)
--- 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|