Skip to content
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

Make documented complexity consistent #223

Merged
merged 1 commit into from
Dec 5, 2015

Conversation

weaksauce
Copy link
Contributor

Since most of the documentation in the code use O(self.count) instead of O(count), change the inconsistent code documentation to O(self.count).

Since most of the documentation in the code use O(`self.count`) instead of O(`count`), change the inconsistent code documentation to O(`self.count`).
gribozavr added a commit that referenced this pull request Dec 5, 2015
Make documented complexity consistent
@gribozavr gribozavr merged commit a78567a into swiftlang:master Dec 5, 2015
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
queue_specific_queue is missing its do_push vtable entry
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
queue_specific_queue is missing its do_push vtable entry

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
dabelknap pushed a commit to dabelknap/swift that referenced this pull request Mar 14, 2019
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
…-protocol

Add an initializer to construct Syntax nodes from syntax protocol types
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
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.

2 participants