From 44245ff869f803b57f36c39db63f47aa519d6041 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 2 Jan 2013 14:54:26 -0800 Subject: [PATCH] - try to clarify 'one of these things' --- docs/plugin-doc.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-doc.html.erb b/docs/plugin-doc.html.erb index 2db540070..39ff8f230 100644 --- a/docs/plugin-doc.html.erb +++ b/docs/plugin-doc.html.erb @@ -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