From b486389eece1984d932472353e650e14ef1849d4 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 29 Sep 2020 20:48:43 +0200 Subject: [PATCH] Update website/docs/api/doc.md --- website/docs/api/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/doc.md b/website/docs/api/doc.md index 40fd8d531..45ecd4d8c 100644 --- a/website/docs/api/doc.md +++ b/website/docs/api/doc.md @@ -479,7 +479,7 @@ invalidated, although they may accidentally continue to work. Mark a span for merging. The `attrs` will be applied to the resulting token (if they're context-dependent token attributes like `LEMMA` or `DEP`) or to the underlying lexeme (if they're context-independent lexical attributes like -`LOWER` or `IS_STOP`). Writable custom extension attributes can be provided using the `"_"` key and specifying a dictionary that maps attribute name to values. +`LOWER` or `IS_STOP`). Writable custom extension attributes can be provided using the `"_"` key and specifying a dictionary that maps attribute names to values. > #### Example >