Fix documentation warnings

This commit is contained in:
Bill Niblock 2017-05-07 16:59:24 -04:00
parent 29be7885de
commit d0b25e210c
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ module Gardner
# The main method for Sapling. From here, the tree is grown.
#
# @param file [File] The dialogue tree file
# @param tree [File] The dialogue tree file
# @return [Hash] The final, constructed data set
def self.grow(tree)
trunk = Gardner.prune_trunk(tree)

View file

@ -32,7 +32,7 @@ module Planter
# display the trunk, since otherwise it's displayed a single time then gone
# forever (until next time).
#
# @param branch [Integer] The number of the branch to be displayed.
# @param branch_no [Integer] The number of the branch to be displayed.
def dig(branch_no)
branch = @plot.branches[branch_no]