From cb71a4b1482e609581451b88cebdfd75770bb1ef Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 10 Dec 2023 20:12:53 +0200 Subject: [PATCH] Fix typo --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 105d6daa..0d944d52 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -647,7 +647,7 @@ def main() -> int: ## What next? -To learn More about Jou, I recommend: +To learn more about Jou, I recommend: - reading other documentation files in the [doc](../doc/) folder - reading files in [stdlib/](../stdlib/) - writing small Jou programs (e.g. [Advent of Code](https://adventofcode.com/))