Skip to content

Commit 09f7bcd

Browse files
floventlocalspook
andauthored
Update clang-tools-extra/clang-tidy/modernize/UseStructuredBindingCheck.h
Co-authored-by: Victor Chernyakin <[email protected]>
1 parent 653233f commit 09f7bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/modernize/UseStructuredBindingCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace clang::tidy::modernize {
1717
/// suggests replacing them.
1818
///
1919
/// For the user-facing documentation see:
20-
/// http://clang.llvm.org/extra/clang-tidy/checks/modernize/use-structured-binding.html
20+
/// https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-structured-binding.html
2121
class UseStructuredBindingCheck : public ClangTidyCheck {
2222
public:
2323
UseStructuredBindingCheck(StringRef Name, ClangTidyContext *Context)

0 commit comments

Comments
 (0)