Skip to content

[Stdlib] Remove a / from the comment describing the ObjC runtime name for AnyKeyPath. #23273

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

Merged

Conversation

mikeash
Copy link
Contributor

@mikeash mikeash commented Mar 13, 2019

With three /'s, it got interpreted as documentation, which it definitely is not meant to be.

… for AnyKeyPath.

With three /'s, it got interpreted as documentation, which it definitely is not meant to be.
@mikeash
Copy link
Contributor Author

mikeash commented Mar 13, 2019

@swift-ci please smoke test and merge

@@ -26,11 +26,11 @@ internal func _abstract(

// MARK: Type-erased abstract base classes

/// A type-erased key path, from any root type to any resulting value
/// type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This first part is documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh. I guess if I must have a terminal case of the Dumb today, this is a decent place to have it. I'll fix that.

@swift-ci swift-ci merged commit efe1716 into swiftlang:master Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants