Skip to content

Commit ecf3785

Browse files
committed
fixed unintentional introduction of leading zero
1 parent bdbd023 commit ecf3785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ to a `Fixnum`, and confirm that `Fixnum` are directly embedded in `VALUE`.
256256

257257
In brief, shift 1 bit to the left, and bitwise or it with 1.
258258

259-
| `0110100001000` | before conversion |
259+
| ` 110100001000` | before conversion |
260260
| `1101000010001` | after conversion |
261261

262262
That means that `Fixnum` as `VALUE` will always be an odd number. On the other

0 commit comments

Comments
 (0)