Skip to content

Commit 4127b7b

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 1d01ffd commit 4127b7b

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
@@ -48,7 +48,7 @@ This check finds three code patterns and recommends using structured bindings fo
4848
// use x and y
4949
}
5050

51-
The check also supports custom pair-like types via the `PairTypes` option.
51+
The check also supports custom pair-like types via the :option:`PairTypes` option.
5252

5353
Options
5454
-------

0 commit comments

Comments
 (0)