Skip to content

Commit b65707e

Browse files
committed
[ReleaseNotes] Fix typos
1 parent 6ff25fb commit b65707e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Objective-C Language Changes in Clang
292292
293293
One particular issue you may run into is attempting to use a class
294294
as a key in a dictionary literal. This will now result in an error,
295-
because ``Class`` is not convertable to ``id<NSCopying>``. (Note that
295+
because ``Class`` is not convertible to ``id<NSCopying>``. (Note that
296296
this was already a warning in Objective-C mode.) While an arbitrary
297297
``Class`` object is not guaranteed to implement ``NSCopying``, the
298298
default metaclass implementation does. Therefore, the recommended
@@ -500,7 +500,7 @@ Static Analyzer
500500

501501
- ``deadcode.DeadStores`` now warns about nested dead stores.
502502

503-
- Condition values that are relevant to the occurance of a bug are far better
503+
- Condition values that are relevant to the occurrence of a bug are far better
504504
explained in bug reports.
505505

506506
- Despite still being at an alpha stage, checkers implementing taint analyses

0 commit comments

Comments
 (0)