This commit is contained in:
Jacob Signorovitch 2025-01-14 13:20:09 -05:00
parent b3988f4f12
commit 9d1394da51

View File

@ -32,4 +32,4 @@ while (*inp == ' ' || *inp == '\t') inp++;
## Comment Style ## Comment Style
In comments, when mentioning things *in* the code, use backticks (`\`\``). In comments, when mentioning things *in* the code, use backticks (\`\`).