mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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|
|
<% sorted_attributes.each do |name, config|
|
||||||
next if config[:deprecated]
|
next if config[:deprecated]
|
||||||
if config[:validate].is_a?(Array)
|
if config[:validate].is_a?(Array)
|
||||||
annotation = "#{config[:validate].inspect}"
|
annotation = "string, one of #{config[:validate].inspect}"
|
||||||
else
|
else
|
||||||
annotation = "#{config[:validate]}"
|
annotation = "#{config[:validate]}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue