From 34190cd06f9d13790dfcf8480f1e0b45ae5bb817 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 12 Oct 2022 07:36:31 +0000 Subject: [PATCH] Update 'Body' --- Body.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Body.md b/Body.md index 456175c..8d298b6 100644 --- a/Body.md +++ b/Body.md @@ -20,4 +20,5 @@ There are 6 different types of sections that ARF supports: # Semantics Section definitions are hoisted so there is no need for prototyping things. All sections in a module must have a unique name within that module no matter -what kind of section it is. \ No newline at end of file +what kind of section it is. The only exception to this is methods. Method names +should only be unique in the context of each reciever. \ No newline at end of file