From c0659e4da9dd3b47ea00e1875b1f2a3a7ba09a4a Mon Sep 17 00:00:00 2001 From: ScottAbbey Date: Mon, 12 Nov 2018 01:24:39 -0600 Subject: [PATCH] Add missing closing parenthesis Following the style to the nearby links to LICENSE-APACHE and LICENSE_MIT, the link to LICENSE-UNICODE was placed after an opening parenthesis, but the closing parenthesis was missing. Ref: #535 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc7000b45..f9908caeda 100644 --- a/README.md +++ b/README.md @@ -235,4 +235,4 @@ at your option. The data in `regex-syntax/src/unicode_tables/` is licensed under the Unicode License Agreement -([LICENSE-UNICODE](http://www.unicode.org/copyright.html#License). +([LICENSE-UNICODE](http://www.unicode.org/copyright.html#License)).