Skip to content

Commit dd9bb2a

Browse files
floventvbvictor
andauthored
Update clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent a194131 commit dd9bb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Options
5555
.. option:: PairTypes
5656

5757
A Semicolon-separated list of type names to be treated as pair-like for structured binding suggestions.
58-
Example: `PairTypes=MyPairType; OtherPairType`. Default is `std::pair`.
58+
Example: `MyPairType;OtherPairType`. Default is `std::pair`.

0 commit comments

Comments
 (0)