Fix a couple code fence issues

This commit is contained in:
David Eisinger
2025-12-19 14:57:03 -05:00
parent 20c9435dc6
commit 6c5804ff2f
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo
>
> ```
> ParameterDecl = [ IdentifierList ] [ "..." ] Type .
> ````
> ```
>
> As you can see, the `IdentifierList` (the identifier name or names) is in square brackets, which means it's _optional_. Only the `Type` is required.
>