We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488befb commit e1ef637Copy full SHA for e1ef637
swift/extractor/SwiftExtractorConfiguration.h
@@ -12,7 +12,7 @@ struct SwiftExtractorConfiguration {
12
// A temporary directory that exists during database creation, but is deleted once the DB is
13
// finalized.
14
std::string scratchDir;
15
- // A temporary directory that contains TRAP files before they moved into the final destination.
+ // A temporary directory that contains TRAP files before they are moved into their final destination.
16
// Subdirectory of the scratchDir.
17
std::string tempTrapDir;
18
0 commit comments