mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[libIDE] Correct a typo found by Nicole. NFC
This commit is contained in:
@@ -52,7 +52,7 @@ bool printTypeInterface(ModuleDecl *M, Type Ty, ASTPrinter &Printer,
|
||||
std::string &TypeName, std::string &Error);
|
||||
|
||||
bool printTypeInterface(ModuleDecl *M, StringRef TypeUSR, ASTPrinter &Printer,
|
||||
std::string &TyepName, std::string &Error);
|
||||
std::string &TypeName, std::string &Error);
|
||||
|
||||
void printModuleInterface(ModuleDecl *M, Optional<StringRef> Group,
|
||||
ModuleTraversalOptions TraversalOptions,
|
||||
|
||||
Reference in New Issue
Block a user