mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Fix module filename; I misunderstood the directory layout there
This commit is contained in:
parent
26a633f0de
commit
c38f2c1deb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user