浏览代码

Removed extra "`" from ARC documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171920 91177308-0d34-0410-b5e6-96231b3b80d8
Michael Gottesman 12 年之前
父节点
当前提交
080dc528c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/AutomaticReferenceCounting.rst

+ 1 - 1
docs/AutomaticReferenceCounting.rst

@@ -1678,7 +1678,7 @@ from a ``__strong`` object with :ref:`precise lifetime semantics
 C retainable pointer types
 --------------------------
 
-A type is a :arc-term:`C retainable pointer type`` if it is a pointer to
+A type is a :arc-term:`C retainable pointer type` if it is a pointer to
 (possibly qualified) ``void`` or a pointer to a (possibly qualifier) ``struct``
 or ``class`` type.