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 ce1e663 commit 20ecbdfCopy full SHA for 20ecbdf
update-toolchain.py
@@ -46,7 +46,7 @@ def main():
46
parser = argparse.ArgumentParser(
47
formatter_class=argparse.RawDescriptionHelpFormatter,
48
description='''
49
-Build and re-install SwiftSytnax for an existing toolchain.
+Build and re-install SwiftSyntax for an existing toolchain.
50
51
This script calls ./build-script internally to rebuild SwiftSyntax using an
52
existing toolchain and install the build artifacts back to the toolchain.
@@ -75,4 +75,4 @@ def main():
75
module_dir=module_dir)
76
77
if __name__ == '__main__':
78
- main()
+ main()
0 commit comments