From 114d64c4b592a7c0da9c8444574fab3ea9e67eed Mon Sep 17 00:00:00 2001 From: PierreMonico <10991626+PierreMonico@users.noreply.github.com> Date: Mon, 4 Feb 2019 11:37:29 +0100 Subject: [PATCH] Fix typo (#3223) --- website/api/phrasematcher.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/phrasematcher.jade b/website/api/phrasematcher.jade index bfcf7782c..219b8c0bf 100644 --- a/website/api/phrasematcher.jade +++ b/website/api/phrasematcher.jade @@ -5,7 +5,7 @@ include ../_includes/_mixins p | The #[code PhraseMatcher] lets you efficiently match large terminology | lists. While the #[+api("matcher") #[code Matcher]] lets you match - | squences based on lists of token descriptions, the #[code PhraseMatcher] + | sequences based on lists of token descriptions, the #[code PhraseMatcher] | accepts match patterns in the form of #[code Doc] objects. +h(2, "init") PhraseMatcher.__init__