diff --git a/hex_example.go b/hex_example.go index 3ed1a97..a637bcd 100644 --- a/hex_example.go +++ b/hex_example.go @@ -2,7 +2,7 @@ package main func HexLiteral() bool { x := 0xFff - y := 0xFFF + y := 0xFFF z := 0xfff return (x == y) && (y == z)