aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index e014818..a2726ff 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -118,7 +118,7 @@ The Functions section declares the functions in the module and must be preceded
#### Function Entry
Each function entry describes a function that can be optionally named, imported and/or exported. Non-imported functions
-must contain a function body.
+must contain a function body. Imported and exported functions must have a name. Imported functions do not contain a body.
| Field | Type | Present? | Description |
| ----- | ----- | ----- | ----- |