Skip to content

fix: Correct typos in Product of Array Except Self#23

Merged
DaleSeo merged 1 commit intoDaleSeo:mainfrom
jeongwoo903:patch-2
Apr 10, 2025
Merged

fix: Correct typos in Product of Array Except Self#23
DaleSeo merged 1 commit intoDaleSeo:mainfrom
jeongwoo903:patch-2

Conversation

@jeongwoo903
Copy link
Copy Markdown
Contributor

문제 상황

Product of Array Except Self의 "풀이 1"에 대한 오탈자를 수정하였습니다.

번호 ❌ as-is ✅ to-be
1 인덱스 0에 위치한 1 인덱스 0에 위치한 2
2 다음 인덴스1일 때 다음 인덱스1일 때
3 인덱스 1에 위치한 2 인덱스 1에 위치한 3

- "풀이 1"의 일부 오탈자를 수정.
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 10, 2025

Deploy Preview for algodale ready!

Name Link
🔨 Latest commit eb1e71c
🔍 Latest deploy log https://app.netlify.com/sites/algodale/deploys/67f7a6d25f05100008ee0f59
😎 Deploy Preview https://deploy-preview-23--algodale.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DaleSeo
Copy link
Copy Markdown
Owner

DaleSeo commented Apr 10, 2025

@jeongwoo903 오타 수정해주셔서 감사합니다 🙇

@DaleSeo DaleSeo merged commit 837de8b into DaleSeo:main Apr 10, 2025
4 checks passed
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