Skip to content

Commit deddbf8

Browse files
committed
edit chapter 06
because the code syntax spanning multilines cannot be compiled.
1 parent 7e732d3 commit deddbf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variable.textile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ VALUE rb_gvar_set(struct global_entry *ent, VALUE val)
8080
</pre>
8181

8282
These last functions are for accessing global variables. They are a
83-
little different from the others due to the use of `struct
84-
global_entry`. We'll explain this while describing the implementation.
83+
little different from the others due to the use of `struct global_entry`.
84+
We'll explain this while describing the implementation.
8585

8686
h3. Points of this chapter
8787

@@ -532,8 +532,8 @@ structure used by global variables.
532532

533533
`rb_global_tbl` is the main table. All global variables are stored in
534534
this table. The keys of this table are of course variable names
535-
(`ID`). A value is expressed by a `struct global_entry` and a `struct
536-
global_variable` (figure 1).
535+
(`ID`). A value is expressed by a `struct global_entry` and
536+
a `struct global_variable` (figure 1).
537537

538538
!images/ch_variable_gvar.png(Global variables table at execution time)!
539539

0 commit comments

Comments
 (0)