Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
docs: modified miss typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrite0w0 authored and Boshen committed Nov 11, 2023
1 parent 3c3757d commit 4ce5c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/ko/docusaurus-plugin-content-docs/current/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub trait CoverGrammar<'a, T>: Sized {
}
```

이 특성은 입력 유형으로 `T`와 출력 유형으로 `Self`를 허용하므로 다음과 같이 정의할 수 있습니다:
이 특성은 입력 타입으로 `T`와 출력 타입으로 `Self`를 허용하므로 다음과 같이 정의할 수 있습니다:

```rust
impl<'a> CoverGrammar<'a, Expression<'a>> for BindingPattern<'a> {
Expand Down

0 comments on commit 4ce5c66

Please sign in to comment.