Skip to content

Commit d86b302

Browse files
Apply inline doc suggestion from @chadlwilson
Co-authored-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 9c12ec3 commit d86b302

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/warbler/config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Config
2929
attr_accessor :features
3030

3131
# Traits: an array of trait classes corresponding to
32-
# characteristics of the project that are either auto-detected or
33-
# configured.
32+
# characteristics of the project that are either auto-detected or
33+
# forced enabled during `Config.new(forced_traits: [...]) do |config|`
3434
attr_reader :traits
3535

3636
# Directory where the war file will be written. Can be used to direct

0 commit comments

Comments
 (0)