Skip to content

Commit 53446ea

Browse files
committed
Use backslash, not slash
1 parent 08e973a commit 53446ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/_command-line-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**~** Called 'tilde'. On OS X or Linux, this is a shortcut to the **home directory** for your user.
22

3-
**/** When you use an 'escape sequence' in front of a character, the normal interpretation of that character is not applied.
3+
**\** When you use an 'escape sequence' in front of a character, the normal interpretation of that character is not applied.
44

55
**=** Assignment to make whatever follows, to be treated as true (_Name="Veronica"_).
66

0 commit comments

Comments
 (0)