Skip to content

Commit 358c34a

Browse files
committed
[docs] add missing backslash in FAQ
Related to #1642
1 parent faa0a0b commit 358c34a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Q: Why isn't a file being displayed?
104104
Q: How can I search for an exact word?
105105
--------------------------------------
106106

107-
:Solution: Surround the word to search for with :code:`\b`.
107+
:Solution: Surround the word to search for with :code:`\\b`.
108108

109-
:Details: The :code:`\b` means "word break" and matches a position where a
109+
:Details: The :code:`\\b` means "word break" and matches a position where a
110110
"word" ends. That is, right before a space character, punctuation, etc,
111111
or at EOL.

0 commit comments

Comments
 (0)