summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFeepingCreature <default_357-line@yahoo.de>2013-09-08 13:10:41 +0200
committerFeepingCreature <default_357-line@yahoo.de>2013-09-08 13:10:41 +0200
commitc38f2c1debf0828176712f6b347e5a7a5d73ffc0 (patch)
tree2232ce19b42c3181413bcb439c80668caee1addc
parent26a633f0de9bc5657760839ad291d28f6b287873 (diff)
Fix module filename; I misunderstood the directory layout there
-rw-r--r--neat.html.markdown2
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;