diff options
| author | Martin Joerg <martin.joerg@gmail.com> | 2023-02-07 10:22:24 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert+github@zeitkraut.de> | 2023-02-07 10:44:16 +0100 |
| commit | d9a7d473d990450cd6892d878b72b1dc4b79a51c (patch) | |
| tree | 23daf8a64515b003cfb53034c5c5c3878b7b7d4f /doc | |
| parent | a197b57c0a8f377f4a79a659850d2570a3117d0a (diff) | |
Fix typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lua-filters.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 28023e2e3..cf0a5ef25 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -452,7 +452,7 @@ AST elements not updated end ``` -Pattern behavior is locate dependent +Pattern behavior is locale dependent : The character classes in Lua's pattern library depend on the current locale: E.g., the character `©` will be treated as punctuation, and matched by the pattern `%p`, on CP-1252 @@ -4604,7 +4604,7 @@ presence of symlinks means `../b` may not reach `a/b` if it starts from `a/c`. For a worked example see [this blog post](https://neilmitchell.blogspot.co.uk/2015/10/filepaths-are-subtle-symlinks-are-hard.html). -Set `unsafe` to a truthy value to a allow `..` in paths. +Set `unsafe` to a truthy value to allow `..` in paths. Parameters: |
