diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-05-14 10:22:20 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-06-04 13:51:03 +0100 |
commit | 65152bc84c070af095e298016dc6d7328a74d39f (patch) | |
tree | dc4eb70e6ef796544c204db7fcdfc4d068e8adcf | |
parent | c63fcadb78b52e1ea0fb8410a9f1715d49671676 (diff) |
Fix typo
Types should be CamelCase
-rw-r--r-- | app/helpers/public_body_helper.rb | 2 |
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| |