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

[오탈자 신고] <네이밍-열거형> #62

Open
rriver2 opened this issue Jul 15, 2022 · 0 comments
Open

[오탈자 신고] <네이밍-열거형> #62

rriver2 opened this issue Jul 15, 2022 · 0 comments

Comments

@rriver2
Copy link
Member

rriver2 commented Jul 15, 2022

이슈 중복 확인

확인했습니다

카테고리

Naming of Enum

내용

enum Result {
case .success
case .failure
}

-> .제거
enum Result {
case success
case failure
}

작성 당시에 StyleShare 내용을 참고했었는데, 오탈자를 검토하지 않았었네요 죄송합니다 🥹
스크린샷 2022-07-15 오후 10 01 53

@rriver2 rriver2 self-assigned this Jul 15, 2022
@M1zz M1zz unassigned rriver2 May 9, 2024
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