Skip to content

Commit feedd49

Browse files
usx95bricknerb
andauthored
Update clang/include/clang/Basic/AttrDocs.td
Co-authored-by: Boaz Brickner <[email protected]>
1 parent 5cd4938 commit feedd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3922,7 +3922,7 @@ def LifetimeCaptureByDocs : Documentation {
39223922
let Category = DocCatFunction;
39233923
let Content = [{
39243924
Similar to `lifetimebound`_, the ``lifetime_capture_by(X)`` attribute on a function
3925-
parameter or implicit object parameter indicates that indicates that the capturing entity
3925+
parameter or implicit object parameter indicates that the capturing entity
39263926
``X`` may refer to the object referred by that parameter.
39273927

39283928
Below is a list of types of the parameters and what they're considered to refer to:

0 commit comments

Comments
 (0)