diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-23 16:56:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-23 18:21:45 +0000 |
commit | 7ce147693430872b3dee29654bafefdf3c18c96c (patch) | |
tree | 3502332c10ef0931482cdf1ba30b779073f2e234 /perllib/FixMyStreet/Geocode.pm | |
parent | ca0804fa217d93c0cc10821d283710ad43db55c2 (diff) |
Add some Zurich banner tests.
Diffstat (limited to 'perllib/FixMyStreet/Geocode.pm')
-rw-r--r-- | perllib/FixMyStreet/Geocode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Geocode.pm b/perllib/FixMyStreet/Geocode.pm index 6cfd960ed..61c398985 100644 --- a/perllib/FixMyStreet/Geocode.pm +++ b/perllib/FixMyStreet/Geocode.pm @@ -31,7 +31,7 @@ sub lookup { } # string STRING CONTEXT -# Canonicalises, and then passes to some external API to look stuff up. +# Passes the string to some external API to look stuff up. sub string { my ($s, $c) = @_; |