From beaf57a8e5cd0e26b25ffc1b8a74602aad770f88 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Fri, 31 Aug 2018 03:39:37 -0300 Subject: [PATCH] Update flow commentaries --- include/sirit/sirit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sirit/sirit.h b/include/sirit/sirit.h index 508a33f..f06222c 100644 --- a/include/sirit/sirit.h +++ b/include/sirit/sirit.h @@ -154,10 +154,10 @@ public: // Flow - /// Emits a label. It starts a block. + /// The block label instruction: Any reference to a block is through this ref. Ref Label(); - /// Emits a return. It ends a block. + /// Returns with no value from a function with void return type. Ref Return(); // Literals