Skip to content

Commit 2a87ede

Browse files
committed
Whitespace
1 parent ec5f8c2 commit 2a87ede

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
@@ -748,7 +748,7 @@ of course a bit check is way faster than searching a `struct st_table`.
748748
h3. Gaps in structures
749749

750750
Now you should understand how the instance variables are stored, but why are
751-
there structures without `iv_tbl`? Why is there no `iv_tbl` in
751+
there structures without `iv_tbl`? Why is there no `iv_tbl` in
752752
`struct RString` or `struct RArray`? Couldn't `iv_tbl` be part of `RBasic`?
753753

754754
Well, this could have been done, but there are good reasons why it was not. As

0 commit comments

Comments
 (0)