diff options
Diffstat (limited to 'core/src/OCP/comments.js')
-rw-r--r-- | core/src/OCP/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OCP/comments.js b/core/src/OCP/comments.js index 9f30557d231..0817302c067 100644 --- a/core/src/OCP/comments.js +++ b/core/src/OCP/comments.js @@ -26,7 +26,7 @@ import $ from 'jquery' /* * Detects links: * Either the http(s) protocol is given or two strings, basically limited to ascii with the last - * word being at least one digit long, + * word being at least one digit long, * followed by at least another character * * The downside: anything not ascii is excluded. Not sure how common it is in areas using different |