This commit is contained in:
Arnold Schwaighofer
2018-11-14 06:29:22 -08:00
parent 561682bfc1
commit 49cdab2c12

View File

@@ -991,7 +991,7 @@ public:
void addImports(ArrayRef<ImportedModuleDesc> IM);
enum ImportQueryKind {
/// Return the resuls for testable or private imports.
/// Return the results for testable or private imports.
TestableAndPrivate,
/// Return the results only for testable imports.
TestableOnly,