Skip to content

Documentation changes #1311

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
merged 2 commits into from
Nov 10, 2017
Merged

Documentation changes #1311

merged 2 commits into from
Nov 10, 2017

Conversation

sabkrish
Copy link

Changed dispatch_data_t to DispatchData
Changed dispatch_io_t to DispatchIO
Changed dispatch_source_set_timer to DispatchSourceTimer

Changed dispatch_data_t to DispatchData
Changed dispatch_io_t to DispatchIO
Changed dispatch_source_set_timer to DispatchSourceTimer
@@ -20,21 +20,21 @@ import CoreFoundation
import Dispatch


/// Turn `NSData` into `dispatch_data_t`
/// Turn `NSData` into `DispatchData`
Copy link
Contributor

Choose a reason for hiding this comment

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

While you're here, can you do NSData -> Data too?

Changed NSData to Data
Removed () from DispatchSourceTimer
@sabkrish
Copy link
Author

I've added another commit with the requested change. Thanks.

@ianpartridge
Copy link
Contributor

@swift-ci please test and merge

@swift-ci swift-ci merged commit 5c00222 into swiftlang:master Nov 10, 2017
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