We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e272d commit 8678b5dCopy full SHA for 8678b5d
1 file changed
module.textile
@@ -362,7 +362,7 @@ h3. @ruby_dyna_vars@
362
363
364
The block local variable space. The frame struct is @struct RVarmap@ that has
365
-already seen in Part 2. Form now on, I'll call it just @VARS@.
+already seen in Part 2. From now on, I'll call it just @VARS@.
366
367
368
<p class="caption">▼ @struct RVarmap@</p>
@@ -532,7 +532,7 @@ the module @statement@ ? Let's try to list up several features:
532
* if you write a @def@ statement, a method should be defined on the module
533
534
535
-What is the way to archive these things? ... is the point of this section.
+What is the way to achive these things? ... is the point of this section.
536
Now, let's start to look at the codes.
537
538
0 commit comments