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

Fixed typo : failable -> fallible #177

Closed
wants to merge 1 commit into from
Closed

Fixed typo : failable -> fallible #177

wants to merge 1 commit into from

Conversation

mightydeveloper
Copy link
Contributor

the word "failable" doesn't exist.
Its a common spelling error.

fallible

adjective

  1. (of persons) liable to err, especially in being deceived or mistaken.
  2. liable to be erroneous or false; not accurate:
    ex) fallible information.

from
http://dictionary.reference.com/browse/fallible

@gparker42
Copy link
Contributor

"Failable" is correct here. In Swift jargon a "failable initializer" is an initializer that can fail.

The Swift Programming Language: Failable Initializers
https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Initialization.html#//apple_ref/doc/uid/TP40014097-CH18-ID224

@gparker42 gparker42 closed this Dec 4, 2015
@mightydeveloper
Copy link
Contributor Author

Thanks! I just noticed about it and about to close this request.

dabelknap pushed a commit to dabelknap/swift that referenced this pull request Jan 16, 2019
Correct the behavior of AvoidInitializersForLiterals
kateinoigakukun pushed a commit to kateinoigakukun/swift that referenced this pull request Feb 18, 2020
Resolve master conflicts in test/CMakeLists.txt

`_add_swift_library_single` was replaced with `_add_swift_host_library_single` in upstream, which conflicted with @kateinoigakukun's check for `BlocksRuntime`.

Linux is still failing due to build length restrictions apparently, it does build on Linux and does start the test run. Prebuilt LLVM and Clang are coming, just need a bit more time to set that up...
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
…n-readme

[Changelog] SyntaxCollection now conforms to BidirectionalCollection
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Remove xfail from ReactiveCocoa 4.0 config
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