Revise spec

Incorporate writing comments from reviews
This commit is contained in:
bocchino
2020-06-05 14:35:13 -07:00
parent 366036e739
commit f83bf64d56
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
=== Module Definitions
A *module definition* provides a named scope that encloses other
A *module definition* provides a named scope that encloses and qualifies other
definitions, including other module definitions.
It is similar to a namespace in C++ or a package in Java or Scala.
==== Syntax