Fixed a typo

This commit is contained in:
Kashyap 2013-01-11 07:53:31 +05:30
parent 90a335049b
commit 95ab3673ec
1 changed files with 2 additions and 1 deletions

View File

@ -482,7 +482,7 @@ It also takes a block for inline templates (see example).
</tr>
<tr>
<td>Example</td>
<td><tt>nokogiri { |xml| xml.e</td>m "hi" }</tt></td>
<td><tt>nokogiri { |xml| xml.em "hi" }</tt></td>
</tr>
</table>
@ -565,6 +565,7 @@ template, you almost always want to pass locals to it.
<tr>
<td>Dependency</td>
<td>
Anyone of:
<ul>
<li><a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a></li>
<li><a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a></li>