From 878225dc4e97ed56f3081f2f1c934786c3d17b67 Mon Sep 17 00:00:00 2001 From: zxh Date: Mon, 1 Aug 2016 14:49:09 +0800 Subject: [PATCH] fix comment --- src/main/java/com/github/zxh/classpy/gui/FileHex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/zxh/classpy/gui/FileHex.java b/src/main/java/com/github/zxh/classpy/gui/FileHex.java index 2d0b3b9b..0d1eef21 100644 --- a/src/main/java/com/github/zxh/classpy/gui/FileHex.java +++ b/src/main/java/com/github/zxh/classpy/gui/FileHex.java @@ -5,7 +5,7 @@ /** * Displayed by HexPane. * - * The formatted hex string is looks like this: + * The formatted hex string looks like this: * 00000000| CA FE BA BE 00 00 00 34 00 2C 0A 00 06 00 27 07 |.......4.,....'. * 00000010| 00 28 07 00 29 0A 00 03 00 27 07 00 2A 07 00 2B |.(..)....'..*..+ * ...