fix Environment#build_dir documentation

This commit is contained in:
Josh Holtrop 2014-09-25 10:47:21 -04:00
parent 20f3da3b04
commit 0b04229e3d

View File

@ -182,7 +182,7 @@ module Rscons
#
# Source files from src_dir will produce object files under obj_dir.
#
# @param src_dir [String] Path to the source directory.
# @param src_dir [String, Regexp] Path to the source directory.
# @param obj_dir [String] Path to the object directory.
#
# @return [void]