Skip to content

Commit c699ce9

Browse files
committed
changelog: Fix markup.
1 parent 6e1a221 commit c699ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
- Support parameter elision in command position (e.g., `$foo ls` where `$foo` is unset or empty)
2121
[#667]
2222

23-
- Don't consider the filename in «sudo -e /path/to/file» to be a command position
23+
- Don't consider the filename in `sudo -e /path/to/file` to be a command position
2424
[#678]
2525

2626
- Don't look up absolute directory names in $cdpath
2727
[2cc2583f8f12, part of #669]
2828

29-
- Fix "exec 2>&1;" being highlighted as an error.
29+
- Fix `exec 2>&1;` being highlighted as an error.
3030
[#676]
3131

3232
# Changes in version 0.7.1

0 commit comments

Comments
 (0)