aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-05-14 10:22:20 +0100
committerGareth Rees <gareth@mysociety.org>2015-06-04 13:51:03 +0100
commit65152bc84c070af095e298016dc6d7328a74d39f (patch)
treedc4eb70e6ef796544c204db7fcdfc4d068e8adcf
parentc63fcadb78b52e1ea0fb8410a9f1715d49671676 (diff)
Fix typo
Types should be CamelCase
-rw-r--r--app/helpers/public_body_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/public_body_helper.rb b/app/helpers/public_body_helper.rb
index e094d98b4..54aa82d3a 100644
--- a/app/helpers/public_body_helper.rb
+++ b/app/helpers/public_body_helper.rb
@@ -37,7 +37,7 @@ module PublicBodyHelper
#
# public_body - Instance of a PublicBody
#
- # Returns a string
+ # Returns a String
def type_of_authority(public_body)
first = true
types = public_body.tags.each.map do |tag|