summaryrefslogtreecommitdiff
path: root/articles/c-language-quirks.md
diff options
context:
space:
mode:
Diffstat (limited to 'articles/c-language-quirks.md')
-rw-r--r--articles/c-language-quirks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/c-language-quirks.md b/articles/c-language-quirks.md
index fd2cfd8..6d84890 100644
--- a/articles/c-language-quirks.md
+++ b/articles/c-language-quirks.md
@@ -24,7 +24,7 @@ The only complexity of this language come from the fact that it acts in a machin
However, a part of the C syntaxe is almost never taught.
Let's tackle these mysterious cases! 🧞
-:::attention
+:::note
To understand this post, it is necessary to have a basic knowledge of a language with a syntax and operation close to C.
:::