Skip to content

Commit 2919a71

Browse files
committed
Be more specific in the comment
1 parent 1968921 commit 2919a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/hxb/hxbData.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ let error (s : string) =
128128
will be handled by the reader (for retro compatibility only)
129129
130130
When further bumping hxb major:
131-
- code related to the 1.0 => 2.0 exception can be dropped (see `HxbReader.read`)
131+
- code related to the 1.0 => 2.0 exception can be dropped (`if major == 1 then 2 else major` in `HxbReader.read`)
132132
- all minor checks in hxb reader become obsolete and can be dropped too
133133
*)
134134
let hxb_major = 2

0 commit comments

Comments
 (0)