Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ line to the next, as the following snippet shows:
my_array.delete_at(0)
puts my_array.rtc_type # prints "Array<String>"
across these three lines (not counting the puts statement) the type
changed twice. To accomodate this dynamic behavior, we say that a type
changed twice. To accommodate this dynamic behavior, we say that a type
parameter is either dynamic or fixed. This is something of a abuse of
terminology, at runtime, type parameters are substituted with type
stand-ins, but that is an implementation detail and only confuses the
Expand Down