diff --git a/source/dub/dub.d b/source/dub/dub.d index 8fe58d2..3b468b9 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -365,7 +365,7 @@ } - /// Returns all cached packages as a "packageId" = "version" associative array + /// Returns all cached packages as a "packageId" = "version" associative array string[string] cachedPackages() const { return m_project.cachedPackagesIDs(); } /// Fetches the package matching the dependency and places it in the specified location. diff --git a/source/dub/internal/vibecompat/data/json.d b/source/dub/internal/vibecompat/data/json.d index c4308eb..b07d2e1 100644 --- a/source/dub/internal/vibecompat/data/json.d +++ b/source/dub/internal/vibecompat/data/json.d @@ -667,7 +667,7 @@ --- Params: - level = Specifies the base amount of indentation for the output. Indentation is always + level = Specifies the base amount of indentation for the output. Indentation is always done using tab characters. See_Also: writePrettyJsonString, toString @@ -1096,7 +1096,7 @@ Params: dst = References the string output range to which the result is written. json = Specifies the JSON value that is to be stringified. - level = Specifies the base amount of indentation for the output. Indentation is always + level = Specifies the base amount of indentation for the output. Indentation is always done using tab characters. See_Also: Json.toPrettyString, writeJsonString