From e12d0cea5aac85bd2d11a31e45783bc701793505 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 23 Jul 2014 18:31:27 -0700 Subject: [PATCH] Fix doc comment --- modulecache.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulecache.d b/modulecache.d index 5d13a84..67160a4 100644 --- a/modulecache.d +++ b/modulecache.d @@ -194,7 +194,7 @@ struct ModuleCache /** * Params: - * moduleName the name of the module being imported, in "a/b/c" style + * moduleName = the name of the module being imported, in "a/b/c" style * Returns: * The absolute path to the file that contains the module, or null if * not found.