From 1ce0963557a8bbd61ca27cc448f459ba8ceaee56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Sep 2017 22:32:28 +0200 Subject: Fix typo --- doc/manual.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index 914123d..5d6ef08 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1748,8 +1748,8 @@ implementation re-uses the comparison operators provided by \c{std::vector} There is palpable difference between the two cases: the first merely uses \c{std.core} interface while the second is \i{based on} and, in a sense, \i{extends} it which feels like a stronger relationship. Re-exporting -\c{std.core} (or, better yet, \c{std.core.version}, should it become -available) does not seem unreasonable. +\c{std.core} (or, better yet, \c{std.core.vector}, should it become available) +does not seem unreasonable. Note also that there is no re-export of headers nor header inclusion visibility in the implementation units. Specifically, in the previous example, -- cgit v1.1