Skip to content

Commit 777af37

Browse files
orangejuliuspolyfractal
authored andcommitted
Add missing closing parenthesis
1 parent 84b9e5c commit 777af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

130_Partial_Matching/05_Postcodes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ postcode `W1V 3DG` can((("postcodes (UK), partial matching with"))) be broken do
77
* `W1V`: This outer part identifies the postal area and district:
88
99
** `W` indicates the area (one or two letters)
10-
** `1V` indicates the district (one or two numbers, possibly followed by a letter
10+
** `1V` indicates the district (one or two numbers, possibly followed by a letter)
1111

1212
* `3DG`: This inner part identifies a street or building:
1313

0 commit comments

Comments
 (0)