summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.