Skip to content

Commit 4f30992

Browse files
committed
docs: 오타 수정
1 parent cbcaf84 commit 4f30992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-04-08-kmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ console.log(kmpSearch(text, pattern)); // [0, 5, 10]
236236

237237
## Example
238238

239-
- <a href="https://www.acmicpc.net/problem/1701" target="_blank">1701번: Cubeditor/a>
239+
- <a href="https://www.acmicpc.net/problem/1701" target="_blank">1701번: Cubeditor</a>
240240

241241
```javascript
242242
const path = process.platform === "linux" ? "/dev/stdin" : "input.txt";

0 commit comments

Comments
 (0)