summaryrefslogtreecommitdiff
path: root/articles/c-language-quirks.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 11:01:14 +0200
committerache <ache@ache.one>2023-08-11 11:01:14 +0200
commitf47958d073af5e07af6a3e3be16a4a0db5cdb78a (patch)
treef59d73d87ee628cfa14b8cfa12c7d8802597e1a2 /articles/c-language-quirks.md
parentImprove SEO: basis (diff)
Special box note
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.
:::