lib/ronin/recon/output_formats/graph_format.rb in ronin-recon-0.1.0.rc1 vs lib/ronin/recon/output_formats/graph_format.rb in ronin-recon-0.1.0.rc2

- old
+ new

@@ -27,13 +27,13 @@ module GraphFormat # # Appends a value and it's parent value to the GraphViz DOT output # stream. # - # @param [Values::Value] value + # @param [Value] value # The value to append. # - # @param [Values::Value] parent + # @param [Value] parent # The parent value of the given value. # # @return [self] # # @abstract