We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebab57 commit 5bdf206Copy full SHA for 5bdf206
clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
@@ -66,8 +66,8 @@ except const and & since it's not very common:
66
static int b = pair.first;
67
static int c = pair.second;
68
69
-The check doesn't check for some situations which could possibly transfered
70
-to structured bnindings, for example:
+The check doesn't check for some situations which could possibly be transferred
+to structured bindings, for example:
71
72
.. code-block:: c++
73
0 commit comments