mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- try to clarify 'one of these things'
This commit is contained in:
parent
c745c1b2c3
commit
44245ff869
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ This is what it might look like in your config file:
|
|||
<% sorted_attributes.each do |name, config|
|
||||
next if config[:deprecated]
|
||||
if config[:validate].is_a?(Array)
|
||||
annotation = "#{config[:validate].inspect}"
|
||||
annotation = "string, one of #{config[:validate].inspect}"
|
||||
else
|
||||
annotation = "#{config[:validate]}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue