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 964fadc commit 79afa9eCopy full SHA for 79afa9e
clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.h
@@ -13,7 +13,7 @@
13
14
namespace clang::tidy::readability {
15
16
-/// Suggests using clearer std::span member functions first()/last() instead of
+/// Suggests using clearer std::span member functions first()/last() instead of
17
/// equivalent subspan() calls where applicable.
18
///
19
/// For example:
0 commit comments