Skip to content

Commit b3be1dc

Browse files
committed
grammar change
1 parent e5d74ad commit b3be1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Let's look at the definition of a few object structures.
108108
Before looking at every one of them in detail, let's begin with something more
109109
general.
110110

111-
First, as `VALUE` is defined as `unsigned long`, it must be casted before
111+
First, as `VALUE` is defined as `unsigned long`, it must be cast before
112112
being used. That's why `Rxxxx()` macros have been made for each object
113113
structure. For example, for `struct RString` there is `RSTRING()`, for `struct
114114
RArray` there is `RARRAY()`, etc... These macros are used like this:

0 commit comments

Comments
 (0)