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

Literal initializers should not be called directly. #21

Open
mortenbekditlevsen opened this issue Feb 11, 2023 · 0 comments
Open

Literal initializers should not be called directly. #21

mortenbekditlevsen opened this issue Feb 11, 2023 · 0 comments
Assignees
Labels

Comments

@mortenbekditlevsen
Copy link

I found a typo in Asynchronous Programming 
with SwiftUI and Combine.

  • Edition: 1st
  • Page: 313

What is wrong

init(integerLiteral:) is part of the compiler glue to support literals in swift. The documentation states that those initializers should not be called directly.

image

What's the correct spelling

Not actually certain, but there must be some other way of achieving the same. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants