Skip to content

Commit 3703e7c

Browse files
committed
[libc++][doc] Fixes grammar issues.
1 parent 0fea00d commit 3703e7c

File tree

1 file changed

+2
-2
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+2
-2
lines changed

libcxx/docs/ReleaseNotes/18.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ABI Affecting Changes
144144
---------------------
145145

146146
- The symbol of a non-visible function part of ``std::system_error`` was removed.
147-
This is not a breaking change as the private function ``__init`` was never referenced internally outside of the dylib
147+
This is not a breaking change as the private function ``__init`` was never referenced internally outside of the dylib.
148148

149149
- This release of libc++ added missing visibility annotations on some types in the library. Users compiling with
150150
``-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
159159
extremely rare. Any error resulting from this change should result in a link-time error.
160160

161161
- Under the unstable ABI, the internal alignment requirements for heap allocations
162-
inside ``std::string`` has decreased from 16 to 8 This save memory since string requests fewer additional
162+
inside ``std::string`` has decreased from 16 to 8. This saves memory since string requests fewer additional
163163
bytes than it did previously. However, this also changes the return value of ``std::string::max_size``
164164
and can cause code compiled against older libc++ versions but linked at runtime to a new version
165165
to throw a different exception when attempting allocations that are too large

0 commit comments

Comments
 (0)