summaryrefslogtreecommitdiff
path: root/libcxx/docs
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
commit3da5807490bbfb17f1c0debfca9d9a3a2ec05653 (patch)
tree952aa82bc3a74ff0f87d678cdcf14bc9539d37c0 /libcxx/docs
parente5478db93fcd5566984dfe163d6cb7dc22341005 (diff)
[libc++] class template -> template class. NFC
Diffstat (limited to 'libcxx/docs')
-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.