1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix a code block in latest til.

This commit is contained in:
jbranchaud
2015-06-30 21:24:44 -05:00
parent 887942259d
commit df4be8207c

View File

@@ -13,8 +13,10 @@ non-alphanumeric character to surround a string.
It even works with balanced characters
```ruby
> %(The Goonies)
=> "The Goonies"
```
This is useful for defining a string that has both types of quotes