From 71009f607b56b59c905cb048dcf6767038a33f80 Mon Sep 17 00:00:00 2001 From: Mactavish <maczhanchao@yahoo.com> Date: Mon, 24 Apr 2023 15:52:25 +0200 Subject: [PATCH] slightly change the title --- clang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang.md b/clang.md index add2a11..c09f909 100644 --- a/clang.md +++ b/clang.md @@ -47,7 +47,7 @@ What we have to do is to pay attention to these possible behaviours and avoid th We will use **UB** and **undefined behaviours** interchangeably in the later sections. -### Frequent Undefined Behaviours +### Common Undefined Behaviours Here are some common undefined behaviours you may or may not have already encountered before: -- GitLab