Skip to content

Commit 5bdf206

Browse files
committed
[NFC] Doc typo fix
1 parent 2ebab57 commit 5bdf206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ except const and & since it's not very common:
6666
static int b = pair.first;
6767
static int c = pair.second;
6868

69-
The check doesn't check for some situations which could possibly transfered
70-
to structured bnindings, for example:
69+
The check doesn't check for some situations which could possibly be transferred
70+
to structured bindings, for example:
7171

7272
.. code-block:: c++
7373

0 commit comments

Comments
 (0)