This commit is contained in:
Rob Warner
2016-05-03 14:43:59 -04:00
parent 33ce3677f3
commit d4662ebdfc

View File

@ -94,7 +94,7 @@ Arbitrarily complex expressions are allowed inside the parentheses:
System.print("wow %((1..3).map {|n| n * n}.join())") //> wow 149
An interpolated expression can even contain a string literal which in turn has
its own nested intpolations, but doing that gets unreadable pretty quickly.
its own nested interpolations, but doing that gets unreadable pretty quickly.
## Ranges