File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ VALUE rb_gvar_set(struct global_entry *ent, VALUE val)
8080</pre>
8181
8282These 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
8686h3. 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
534534this 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
You can’t perform that action at this time.
0 commit comments