Skip to content

Commit 764430b

Browse files
Xazax-huneholk
andauthored
Update docs/code-quality/c26444.md
Co-authored-by: Eric Holk <[email protected]>
1 parent 040e7c1 commit 764430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26444.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Unnamed temporary objects with nontrivial behavior may point to either (a) ineff
1818
## Remarks
1919

2020
- This rule detects types with nontrivial destructors. Keep in mind that destructors can be compiler generated.
21-
- The warning can flag code that invokes either a nontrivial constructor of a RAII type.
21+
- The warning can flag code that invokes a nontrivial constructor of a RAII type.
2222
- The logic skips temporaries if they're used in higher-level expressions. One example is temporaries that are passed as arguments or used to invoke a function.
2323

2424
Code analysis name: `NO_UNNAMED_RAII_OBJECTS`

0 commit comments

Comments
 (0)