Commit e9f1249

mo <mokha@cisco.com>
2017-07-13 04:50:21
remove comment.
1 parent bc5be84
Changed files (1)
spec/merge_two_linked_lists_spec.rb
@@ -58,7 +58,6 @@ describe "#merge_two_linked_lists" do
         previous = current
         current = current.next
       else
-        # take node from other
         tmp = other
         other = other.next
         tmp.next = current