mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Correct some typos
This commit is contained in:
@@ -347,7 +347,7 @@ BEGIN
|
||||
END LOOP;
|
||||
END IF;
|
||||
|
||||
-- consider parts before an opening braket a full word as well
|
||||
-- consider parts before an opening bracket a full word as well
|
||||
words := regexp_split_to_array(value, E'[(]');
|
||||
IF array_upper(words, 1) > 1 THEN
|
||||
s := make_standard_name(words[1]);
|
||||
|
||||
Reference in New Issue
Block a user