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

Typo: "by", expected: "be" #213

Open
duianto opened this issue Sep 10, 2021 · 0 comments
Open

Typo: "by", expected: "be" #213

duianto opened this issue Sep 10, 2021 · 0 comments

Comments

@duianto
Copy link

duianto commented Sep 10, 2021

Typo: "by", expected: "be"

Before: "it will either by the value"
After: "it will either be the value"

<p>The nil coalescing operator unwraps an optional and returns the value inside if there is one. If there <em>isn’t</em> a value – if the optional was <code>nil</code> – then a default value is used instead. Either way, the result won’t be optional: it will either by the value from inside the optional or the default value used as a back up.</p>

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

No branches or pull requests

1 participant