diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index d5b4947..78f5236 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -1110,7 +1110,7 @@ module Rscons # # @param target [String] # Target to be built - # @param deps [Array, nil] + # @param user_deps [Array, nil] # User dependencies of the target # @param cache [Cache] # Rscons cache instance