~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH harelang.org] intro: fix a typo

Details
Message ID
<20220418112156.2543-1-noam@pixelhero.dev>
DKIM signature
pass
Download raw message
Patch: +1 -1
Signed-off-by: Noam Preil <noam@pixelhero.dev>
---
 content/tutorials/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md
index dd22c3a..e3120cb 100644
--- a/content/tutorials/introduction.md
+++ b/content/tutorials/introduction.md
@@ -1303,7 +1303,7 @@ sections:
      is shown here as well: pointer arithmetic and conversions between pointer
      types. Using casts, you can instruct Hare to treat some memory as if it
      were a given type, regardless of if it actually is or not. Use with
      cation.
      caution.
- title: User-defined types
  sample: |
      type index = size;
-- 
2.35.1
Reply to thread Export thread (mbox)