From 874caef0aafba7c071b085b057af52cab7057f76 Mon Sep 17 00:00:00 2001 From: Noah Pederson Date: Fri, 27 Oct 2023 19:46:42 -0500 Subject: [PATCH] Fixes typo --- doc/guide/hacking-on-the-stdlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/hacking-on-the-stdlib.md b/doc/guide/hacking-on-the-stdlib.md index 909830423..4f2c9ca7b 100644 --- a/doc/guide/hacking-on-the-stdlib.md +++ b/doc/guide/hacking-on-the-stdlib.md @@ -2,7 +2,7 @@ Gerbil is a growing project and your contributions are welcome! -When working on modifications to the standard library, it's common to encountere errors +When working on modifications to the standard library, it's common to encounter errors such as: ```