rename 'package' to 'module'
[nit.git] / src / syntax / scope.nit
index 85140d0..dbda9e8 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Manage nested escapable blocks (while, for and closure) and escape statements (break and continue)
-package scope
+module scope
 
 import syntax_base
 import flow