Fix `CORE_LIBRARIES` doc
authorSteve MacLean <stmaclea@microsoft.com>
Mon, 22 Apr 2019 18:23:04 +0000 (14:23 -0400)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 18:23:04 +0000 (14:23 -0400)
Documentation/workflow/UsingCoreRun.md

index 8e10bb5..4a37a7d 100644 (file)
@@ -19,7 +19,7 @@ It does this by looking at two environment variables.
 
  * `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll).   
  Defaults to be next to the corerun.exe host itself.  
- * `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references. 
+ * `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references. 
  It defaults CORE_ROOT if it is not specified.  
 
 These simple rules can be used in a number of ways