hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit d49f8e4dd921806e525d4b788372dc79c383d276
parent 0497fa91cf3896d848576a2845f7300fff63b9fc
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat,  4 Dec 2021 21:14:14 +0100

docs/modules.md: fix typo

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mdocs/modules.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules.md b/docs/modules.md @@ -92,7 +92,7 @@ A source file is named with the following convention: `<name>[<tags...>].<ext>` -The \< and \> symbols denote a required parameter, and \[ and \[ denote optional +The \< and \> symbols denote a required parameter, and \[ and \] denote optional parameters. Some example names which follow this convention are: - `main.ha`