[DOC] Fix two minor typos on manual page
This commit is contained in:
parent
475663f039
commit
b0e0a2a64d
@ -101,10 +101,10 @@ different character encodings, without dependence on Unicode.
|
|||||||
.It Sy "Bignums"
|
.It Sy "Bignums"
|
||||||
With built-in bignums, you can for example calculate factorial(400).
|
With built-in bignums, you can for example calculate factorial(400).
|
||||||
.Pp
|
.Pp
|
||||||
.It Sy "Reflection and domain specific languages"
|
.It Sy "Reflection and domain-specific languages"
|
||||||
Class is also an instance of the Class class. Definition of classes and methods
|
Class is also an instance of the Class class. Definition of classes and methods
|
||||||
is an expression just as 1+1 is. So your programs can even write and modify programs.
|
is an expression just as 1+1 is. So your programs can even write and modify programs.
|
||||||
Thus you can write your application in your own programming language on top of Ruby.
|
Thus, you can write your application in your own programming language on top of Ruby.
|
||||||
.Pp
|
.Pp
|
||||||
.It Sy "Exception handling"
|
.It Sy "Exception handling"
|
||||||
As in Java(tm).
|
As in Java(tm).
|
||||||
@ -455,7 +455,7 @@ Enable compiler debug mode (same as
|
|||||||
.It Sy parsetree
|
.It Sy parsetree
|
||||||
Print a textual representation of the Ruby AST for the program.
|
Print a textual representation of the Ruby AST for the program.
|
||||||
.It Sy parsetree_with_comment
|
.It Sy parsetree_with_comment
|
||||||
Print a textual representation of the Ruby AST for the program, but with each node annoted with the associated Ruby source code.
|
Print a textual representation of the Ruby AST for the program, but with each node annotated with the associated Ruby source code.
|
||||||
.It Sy insns
|
.It Sy insns
|
||||||
Print a list of disassembled bytecode instructions.
|
Print a list of disassembled bytecode instructions.
|
||||||
.It Sy insns_without_opt
|
.It Sy insns_without_opt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user