From a7678a0ba50a99c8b7b21d2b6345a86aa4fdd491 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 11 Jun 2025 08:14:35 -0400 Subject: [PATCH] Fix exhaustive-match error code in title --- docs/source/error_code_list2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/error_code_list2.rst b/docs/source/error_code_list2.rst index 141aa4490c0b..784c2ad72819 100644 --- a/docs/source/error_code_list2.rst +++ b/docs/source/error_code_list2.rst @@ -616,7 +616,7 @@ Example: .. _code-exhaustive-match: -Check that match statements match exhaustively [match-exhaustive] +Check that match statements match exhaustively [exhaustive-match] ----------------------------------------------------------------------- If enabled with :option:`--enable-error-code exhaustive-match `,