We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
확인했습니다
Naming of Enum
enum Result { case .success case .failure }
-> .제거 enum Result { case success case failure }
작성 당시에 StyleShare 내용을 참고했었는데, 오탈자를 검토하지 않았었네요 죄송합니다 🥹
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이슈 중복 확인
확인했습니다
카테고리
Naming of Enum
내용
enum Result {
case .success
case .failure
}
-> .제거
enum Result {
case success
case failure
}
작성 당시에 StyleShare 내용을 참고했었는데, 오탈자를 검토하지 않았었네요 죄송합니다 🥹
The text was updated successfully, but these errors were encountered: