Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9dc6d81

Browse files
committed
[Bug 14596] docs: metadata may appear in definition context
1 parent f93e6e1 commit 9dc6d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/livecode_builder_language_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Additionally, all types can be annotated with **optional**. An optional annotati
8787
: 'module' <Name: Identifier> SEPARATOR
8888
{ Metadata SEPARATOR }
8989
{ Import SEPARATOR }
90-
{ Definition SEPARATOR }
90+
{ ( Definition | Metadata ) SEPARATOR }
9191
'end' 'module'
9292

9393
The smallest compilable unit of Modular LiveCode is the module. Each module is uniquely named using reverse DNS notation, and the names of modules are considered to live in a global namespace.

0 commit comments

Comments
 (0)