config.ts: fix wordpattern documentation

This commit is contained in:
glacambre 2019-01-10 18:12:57 +01:00
parent ec8e2cebef
commit a971e3a4ea
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -781,7 +781,7 @@ class default_config {
csp: "untouched" | "clobber" = "untouched"
/**
* JavaScript RegExp used to recognize words in im_* functions (e.g. im_transpose_words). Should match any character belonging to a word.
* JavaScript RegExp used to recognize words in text.* functions (e.g. text.transpose_words). Should match any character belonging to a word.
*/
wordpattern = "[^\\s]+"