Remove documentation references to packageInfos (#512)

It references something that isn't present and should be removed.
This commit is contained in:
Kushal Pisavadia
2024-06-03 17:19:28 +01:00
committed by GitHub
parent 5b7123131f
commit a48748cb9c

View File

@@ -45,7 +45,7 @@ class DocGenerator(
modules: Map<DocPackageInfo, Collection<ModuleSchema>>,
/**
* A function to resolve imports in [modules], [packageInfos], and [docsiteInfo].
* A function to resolve imports in [modules] and [docsiteInfo].
*
* Module `pkl.base` is resolved with this function even if not explicitly imported.
*/