hare

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

commit 61ee53bf02a78091dea1fe5ac622eee40b402d80
parent d0575573240cea55fcb0befd6214e19fb50dc7c4
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 21 Apr 2022 15:47:32 -0400

docs/hare.scd: fix typo

Signed-off-by: Sebastian <sebastian@sebsite.pw>

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

diff --git a/docs/hare.scd b/docs/hare.scd @@ -105,7 +105,7 @@ value, and optional context, separated by tabs. ## hare deps *-d* - Print depenency graph as a dot file for use with *graphviz*(1). + Print dependency graph as a dot file for use with *graphviz*(1). *-M* Print rules compatible with POSIX *make*(1).