diff --git a/lib/pure/os.nim b/lib/pure/os.nim index 1fd08e7636bb3..bbde0c3db767b 100644 --- a/lib/pure/os.nim +++ b/lib/pure/os.nim @@ -453,7 +453,7 @@ proc expandFilename*(filename: string): string {.rtl, extern: "nos$1", c_free(cast[pointer](r)) proc getCurrentCompilerExe*(): string {.compileTime.} = discard - ## This is `getAppFilename()`_ at compile time. + ## Returns the current Nim compiler path or nimble executable path. ## ## Can be used to retrieve the currently executing ## Nim compiler from a Nim or nimscript program, or the nimble binary