[libcxx-commits] [libcxx] 3703e7c - [libc++][doc] Fixes grammar issues.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 25 05:41:16 PST 2023


Author: Mark de Wever
Date: 2023-11-25T14:40:55+01:00
New Revision: 3703e7cb424269740cccaa936db3afc250af5371

URL: https://github.com/llvm/llvm-project/commit/3703e7cb424269740cccaa936db3afc250af5371
DIFF: https://github.com/llvm/llvm-project/commit/3703e7cb424269740cccaa936db3afc250af5371.diff

LOG: [libc++][doc] Fixes grammar issues.

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/18.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index cd09a8803f33029..7c4b578bd6fa3ec 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -144,7 +144,7 @@ ABI Affecting Changes
 ---------------------
 
 - The symbol of a non-visible function part of ``std::system_error`` was removed.
-  This is not a breaking change as the private function ``__init`` was never referenced internally outside of the dylib
+  This is not a breaking change as the private function ``__init`` was never referenced internally outside of the dylib.
 
 - This release of libc++ added missing visibility annotations on some types in the library. Users compiling with
   ``-fvisbility=hidden`` may notice that additional type infos from libc++ are being exported from their ABI. This is
@@ -159,7 +159,7 @@ ABI Affecting Changes
   extremely rare. Any error resulting from this change should result in a link-time error.
 
 - Under the unstable ABI, the internal alignment requirements for heap allocations
-  inside ``std::string`` has decreased from 16 to 8 This save memory since string requests fewer additional
+  inside ``std::string`` has decreased from 16 to 8. This saves memory since string requests fewer additional
   bytes than it did previously. However, this also changes the return value of ``std::string::max_size``
   and can cause code compiled against older libc++ versions but linked at runtime to a new version
   to throw a 
diff erent exception when attempting allocations that are too large


        


More information about the libcxx-commits mailing list