From a65247db0c56ba3c3daf02d74dcc1713aab861e4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 16 Apr 2020 16:21:06 -0400 Subject: [PATCH] fix yard warning --- lib/rscons/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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