doc/examples/flat_txt.html in ruby-prof-0.13.0 vs doc/examples/flat_txt.html in ruby-prof-0.13.1

- old
+ new

@@ -154,10 +154,10 @@ <pre> %self - The percentage of time spent in this method, derived from self_time/total_time cumulative - The sum of the time spent in this method and all the methods listed above it. total - The time spent in this method and its children. self - The time spent in this method. - children - The time spent in this method's children. + children - The time spent in this method&#39;s children. calls - The number of times this method was called. self/call - The average time spent per call in this method. total/call - The average time spent per call in this method and its children. name - The name of the method.</pre>