summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/DesignDocs
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-07-13 22:08:59 +0000
committerShoaib Meenai <smeenai@fb.com>2017-07-13 22:08:59 +0000
commit24767a7c2f45400b0bf14e19d42c3b46c0f40ed3 (patch)
treedf95e16083a873f0e038c76f170693847c508255 /libcxx/docs/DesignDocs
parentd815a278d897534d0407be40366f237072c0727d (diff)
downloadbcm5719-llvm-24767a7c2f45400b0bf14e19d42c3b46c0f40ed3.tar.gz
bcm5719-llvm-24767a7c2f45400b0bf14e19d42c3b46c0f40ed3.zip
[libc++] class template -> template class. NFC
llvm-svn: 307972
Diffstat (limited to 'libcxx/docs/DesignDocs')
-rw-r--r--libcxx/docs/DesignDocs/VisibilityMacros.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/DesignDocs/VisibilityMacros.rst b/libcxx/docs/DesignDocs/VisibilityMacros.rst
index d02d2dfee12..993ce2cca5f 100644
--- a/libcxx/docs/DesignDocs/VisibilityMacros.rst
+++ b/libcxx/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.
OpenPOWER on IntegriCloud