-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Spelling docs #42437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling docs #42437
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
I think this is supposed to be split between user facing documentation and compiler documentation, but I'm having trouble figuring out what that is. When someone identifies which files are which, I'll split this PR. |
@@ -300,7 +300,7 @@ with (2). It passes if the two are identical, otherwise the test fails. | |||
3 } | |||
4 // RUN: rm -rf %t.result && mkdir -p %t.result | |||
5 // RUN: %refactor -localize-string -source-filename %s -pos=2:14 > %t.result/localized.swift | |||
6 // RUN: diff -u %S/Iutputs/localized.swift.expected %t.result/localized.swift | |||
6 // RUN: diff -u %S/Outputs/localized.swift.expected %t.result/localized.swift |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat - good catch
@swift-ci smoke test |
Note to self: squash merge this |
Windows failure is unrelated to these changes ⛵ |
This fixes some misspellings in Swift documentation, it is split per #42421 (comment)