From d27fc981ea0b12b89d3ee76a477b67a8d34631a6 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 8 Mar 2024 09:07:20 +0800 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d15633d..4cd2fd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -319,7 +319,7 @@ level, e.g.: } ``` -If the case bock does not break, then it is strongly recommended to add a +If the case block does not break, then it is strongly recommended to add a comment containing "fallthrough" to indicate it. Modern compilers can also be configured to require such comment (see gcc `-Wimplicit-fallthrough`).