浏览代码

fixing markup typo in README

Justin Hileman 15 年之前
父节点
当前提交
2fbc599c26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.markdown

+ 1 - 1
README.markdown

@@ -83,7 +83,7 @@ Known Issues
 
  * Sections don't respect delimiter changes -- `delimiters` example currently fails with an
    "unclosed section" exception.
- * Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}' fails if the context
+ * Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}` fails if the context
    is `array('foo' => array('bar' => 'baz'));`
  * Test coverage is incomplete.