mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
Fix a typo in system's staticExec procedure description (#5276)
This commit is contained in:
committed by
Andreas Rumpf
parent
eb96eaa5c2
commit
c54bffae5b
@@ -3362,7 +3362,7 @@ proc staticExec*(command: string, input = "", cache = ""): string {.
|
||||
## If ``cache`` is not empty, the results of ``staticExec`` are cached within
|
||||
## the ``nimcache`` directory. Use ``--forceBuild`` to get rid of this caching
|
||||
## behaviour then. ``command & input & cache`` (the concatenated string) is
|
||||
## used to determine wether the entry in the cache is still valid. You can
|
||||
## used to determine whether the entry in the cache is still valid. You can
|
||||
## use versioning information for ``cache``:
|
||||
##
|
||||
## .. code-block:: nim
|
||||
|
||||
Reference in New Issue
Block a user