aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/uxd.rst b/uxd.rst
index 0c95d31..65302c8 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -258,10 +258,10 @@ it, it will be a dash (so there'll be two dashes: **c3--b1**).
Since the output lines are always 16 hex bytes, multibyte characters
can span two lines. When this happens, the character itself will be
-printed on the first line, along with the first byte(s) on hex. The
+printed on the first line, along with the first byte(s) in hex. The
last hex byte will be followed by a dash, and the next line of hex
dump will have the remaining bytes (in the same color as the first
-bytes and character). This sounds complicated, but it's easy to
+byte(s) and character). This sounds complicated, but it's easy to
understand once you see it a few times.
EXAMPLE