summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2019-06-16 19:40:06 +0200
committerGitHub <noreply@github.com>2019-06-16 19:40:06 +0200
commit5970649698a8cfc7341a2ee478758a19cc24bfde (patch)
tree4370d93d3bcbf0bb97975b5815d1ce7bb9b6575c
parent5b2cf7e93138310cb136e86284c4896ed1d98062 (diff)
Fix typo in unit separator character.
-rw-r--r--releasenotes/1.5.3/release-1.5.3.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/1.5.3/release-1.5.3.markdown b/releasenotes/1.5.3/release-1.5.3.markdown
index 81fcd984..5e7410c4 100644
--- a/releasenotes/1.5.3/release-1.5.3.markdown
+++ b/releasenotes/1.5.3/release-1.5.3.markdown
@@ -23,7 +23,7 @@ echo -en "Firefox\0icon\x1ffirefox\ngimp\0icon\x1fgimp" | rofi -dmenu -no-config
The entries are separated by a `\n` newline (normal dmenu behaviour).
-The extra parameters can be added after a `\0` null character, the key and value are separated by a `\x2f` unit
+The extra parameters can be added after a `\0` null character, the key and value are separated by a `\x1f` unit
separator character.