Remove unnecessary hyphen.

This commit is contained in:
Jonathan Roes 2013-03-27 23:30:51 -03:00
parent d083193c99
commit 057ae0b7fc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ One common task is to inspect the contents of a variable. In Rails, you can do t
### `debug`
The `debug` helper will return a \<pre>-tag that renders the object using the YAML format. This will generate human-readable data from any object. For example, if you have this code in a view:
The `debug` helper will return a \<pre> tag that renders the object using the YAML format. This will generate human-readable data from any object. For example, if you have this code in a view:
```html+erb
<%= debug @post %>