Skip to content

Commit 1d01ffd

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 e37026a commit 1d01ffd

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
@@ -20,7 +20,7 @@ This check finds three code patterns and recommends using structured bindings fo
2020

2121
auto [x, y] = getPair<int, int>();
2222

23-
2. Use `std::tie` to decompose a pair into two predefined variables:
23+
2. Use ``std::tie`` to decompose a pair into two predefined variables:
2424

2525
.. code-block:: c++
2626

0 commit comments

Comments
 (0)