浏览代码

[libc++] class template -> template class. NFC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307972 91177308-0d34-0410-b5e6-96231b3b80d8
Shoaib Meenai 8 年之前
父节点
当前提交
b58dd3d4f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/DesignDocs/VisibilityMacros.rst

+ 1 - 1
docs/DesignDocs/VisibilityMacros.rst

@@ -104,7 +104,7 @@ Visibility Macros
 **_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS**
   Mark the member functions, typeinfo, and vtable of an explicit instantiation
   of a class template as being exported by the libc++ library. This attribute
-  must be specified on all template class explicit instantiations.
+  must be specified on all class template explicit instantiations.
 
   It is only necessary to mark the explicit instantiation itself (as opposed to
   the extern template declaration) as exported on Windows, as discussed above.