Skip to content

Commit 823a1c5

Browse files
committed
Merge pull request #10 from oneamtu/master
Update object.textile
2 parents b881811 + 1cfaab2 commit 823a1c5

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
@@ -254,7 +254,7 @@ to a `Fixnum`, and confirm that `Fixnum` are directly embedded in `VALUE`.
254254
(ruby.h)
255255
</pre>
256256

257-
In brief, shift 1 bit to the right, and bitwise or it with 1.
257+
In brief, shift 1 bit to the left, and bitwise or it with 1.
258258

259259
| `0110100001000` | before conversion |
260260
| `1101000010001` | after conversion |

0 commit comments

Comments
 (0)