@@ -2019,7 +2019,7 @@ would be +1. ``ns_returns_autoreleased`` specifies that the returned object is
20192019autorelease pool.
20202020
20212021**Usage **: The ``ns_consumed `` and ``cf_consumed `` attributes can be placed on
2022- an parameter declaration; they specify that the argument is expected to have a
2022+ a parameter declaration; they specify that the argument is expected to have a
20232023+1 retain count, which will be balanced in some way by the function or method.
20242024The ``ns_consumes_self `` attribute can only be placed on an Objective-C
20252025method; it specifies that the method expects its ``self `` parameter to have a
@@ -3601,7 +3601,7 @@ scalar calls of ``__builtin_isfpclass`` applied to the input elementwise.
36013601The result of ``__builtin_isfpclass `` is a boolean value, if the first argument
36023602is a scalar, or an integer vector with the same element count as the first
36033603argument. The element type in this vector has the same bit length as the
3604- element of the the first argument type.
3604+ element of the first argument type.
36053605
36063606This function never raises floating-point exceptions and does not canonicalize
36073607its input. The floating-point argument is not promoted, its data class is
@@ -4959,7 +4959,7 @@ Clang supports the following match rules:
49594959- ``record(unless(is_union)) ``: Can be used to apply attributes only to
49604960 ``struct `` and ``class `` declarations.
49614961
4962- - ``enum ``: Can be be used to apply attributes to enumeration declarations.
4962+ - ``enum ``: Can be used to apply attributes to enumeration declarations.
49634963
49644964- ``enum_constant ``: Can be used to apply attributes to enumerators.
49654965
0 commit comments