fix yard warning

This commit is contained in:
Josh Holtrop 2020-04-16 16:21:06 -04:00
parent b6f0e61052
commit a65247db0c

View File

@ -1110,7 +1110,7 @@ module Rscons
# #
# @param target [String] # @param target [String]
# Target to be built # Target to be built
# @param deps [Array<String>, nil] # @param user_deps [Array<String>, nil]
# User dependencies of the target # User dependencies of the target
# @param cache [Cache] # @param cache [Cache]
# Rscons cache instance # Rscons cache instance