Skip to content

Commit c3f9efb

Browse files
authored
correct the spelling of modernize-use-override lint suppression (#2214)
2 parents 69807b4 + 0d083a7 commit c3f9efb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/stdexec/__detail/__any.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import stdexec;
4848
STDEXEC_PRAGMA_IGNORE_GNU("-Wredundant-consteval-if")
4949
STDEXEC_PRAGMA_IGNORE_GNU("-Warray-bounds")
5050

51-
// NOLINTBEGIN(moderize-use-override)
51+
// NOLINTBEGIN(modernize-use-override)
5252

5353
STDEXEC_MODULE_EXPORT_AUTHORING
5454
namespace STDEXEC::__any
@@ -2283,7 +2283,7 @@ namespace STDEXEC::__any
22832283

22842284
} // namespace STDEXEC::__any
22852285

2286-
// NOLINTEND(moderize-use-override)
2286+
// NOLINTEND(modernize-use-override)
22872287

22882288
# include "__epilogue.hpp"
22892289
#endif // !STDEXEC_USE_MODULES() || defined(STDEXEC_IN_MODULE_PURVIEW)

0 commit comments

Comments
 (0)