Skip to content

Commit f087c5f

Browse files
authored
fix: typo in ch06-02-match.md (#64)
1 parent 11063e0 commit f087c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ch06-02-match.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
```
175175

176176
여기서는 `None` 케이스를 다루지 않았고, 따라서 이 코드는 버그를 일으킬 것입니다. 다행히도
177-
러스트이 이 버그를 어떻게 잡는지 알고 있습니다. 이 코드의 컴파일을 시도하면, 아래와 같은
177+
러스트는 이 버그를 어떻게 잡는지 알고 있습니다. 이 코드의 컴파일을 시도하면, 아래와 같은
178178
에러를 얻게 됩니다:
179179

180180
```console

0 commit comments

Comments
 (0)