From 798000c7563c9170623980de829114f3bb031d43 Mon Sep 17 00:00:00 2001 From: Jakub Doka Date: Sun, 3 Nov 2024 10:23:17 +0100 Subject: [PATCH] little correction --- lang/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/README.md b/lang/README.md index eb117c0..eed9235 100644 --- a/lang/README.md +++ b/lang/README.md @@ -467,8 +467,7 @@ main := fn(): uint { ```hb main := fn(): never { // simply emmits 'un' instruction that immediately terminates the execution - // the expression evaluates into `never` type that can coerce into any other - // type + // the expresion has similar properties to 'return' but does not accept a value die } ```