Skip to content

Commit b6f8101

Browse files
authored
Fix table of forbidden characters (#754)
1 parent 3cff2d6 commit b6f8101

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • versioned_docs/version-4.0/user/desktop-client/common-functionality

versioned_docs/version-4.0/user/desktop-client/common-functionality/file-names.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ On Windows 10 and later, you can remove this limit by enabling Long Paths. See [
2828

2929
### b. Forbidden Characters
3030

31-
| OS | Forbidden Characters |
32-
| ------- | ------------------------------- | ------------ |
33-
| Windows | `<`, `>`, `:`, `"`, `/`, `\`, ` | `, `?`, `\*` |
31+
| OS | Forbidden Characters |
32+
| ------- | -------------------------------------------- |
33+
| Windows | `<`, `>`, `:`, `"`, `/`, `\`, `\|`, `?`, `*` |
3434

3535
### c. Non-Printable ASCII Characters
3636

0 commit comments

Comments
 (0)