From ee2b0a392ff843a7f8539f907498d550bfe51462 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 6 Sep 2018 20:42:24 -0400 Subject: [PATCH] doc: wording fix Author: Liudmila Mantrova Backpatch-through: 9.6 and 10 only --- doc/src/sgml/pgtrgm.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 8e50f795013..edc0813d34a 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -154,7 +154,7 @@ greatest similarity between the first string and any substring of the second string. However, this function does not add padding to the boundaries of the extent. Thus, the number of additional characters present in the - second string is not considered, except for the mismatched word boundries. + second string is not considered, except for the mismatched word boundaries. -- 2.39.5