We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d74ad commit b3be1dcCopy full SHA for b3be1dc
chapter02.textile
@@ -108,7 +108,7 @@ Let's look at the definition of a few object structures.
108
Before looking at every one of them in detail, let's begin with something more
109
general.
110
111
-First, as `VALUE` is defined as `unsigned long`, it must be casted before
+First, as `VALUE` is defined as `unsigned long`, it must be cast before
112
being used. That's why `Rxxxx()` macros have been made for each object
113
structure. For example, for `struct RString` there is `RSTRING()`, for `struct
114
RArray` there is `RARRAY()`, etc... These macros are used like this:
0 commit comments