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 } ```