mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
config.ts: fix wordpattern documentation
This commit is contained in:
parent
ec8e2cebef
commit
a971e3a4ea
1 changed files with 1 additions and 1 deletions
|
@ -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]+"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue