Skip to content

Commit

Permalink
Fix mistake in docs [ci skip]
Browse files Browse the repository at this point in the history
FreeSlave committed Oct 20, 2018
1 parent ed75ebb commit 560b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/standardpaths.d
Original file line number Diff line number Diff line change
@@ -235,7 +235,7 @@ string writablePath(StandardPath type, FolderFlag params = FolderFlag.none) noth
* Get paths for various locations.
* Returns: Array of paths where files of $(U type) belong including one returned by $(D writablePath), or an empty array if no paths are defined for $(U type).
* This function does not ensure if all returned paths exist and appear to be accessible directories. Returned strings are not required to be unique.
* Note: This function does cache its results.
* Note: This function does not cache its results.
* It may cause performance impact to call this function often since retrieving some paths can be relatively expensive operation.
* Example:
--------------------

0 comments on commit 560b4f4

Please sign in to comment.