diff options
author | FeepingCreature <default_357-line@yahoo.de> | 2013-09-08 13:10:41 +0200 |
---|---|---|
committer | FeepingCreature <default_357-line@yahoo.de> | 2013-09-08 13:10:41 +0200 |
commit | c38f2c1debf0828176712f6b347e5a7a5d73ffc0 (patch) | |
tree | 2232ce19b42c3181413bcb439c80668caee1addc /neat.html.markdown | |
parent | 26a633f0de9bc5657760839ad291d28f6b287873 (diff) |
Fix module filename; I misunderstood the directory layout there
Diffstat (limited to 'neat.html.markdown')
-rw-r--r-- | neat.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neat.html.markdown b/neat.html.markdown index 0328a597..db64f59f 100644 --- a/neat.html.markdown +++ b/neat.html.markdown @@ -22,7 +22,7 @@ Neat is basically a smaller version of D1 with some experimental syntax and a fo +/ // Module name. This has to match the filename/directory. -module neat; +module LearnNeat; // Make names from another module visible in this one. import std.file; |