Skip to content

Commit

Permalink
fix: ParsedAddressの修正: Parser#parseの説明が適切でなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukiToriyama committed Oct 28, 2024
1 parent 5e808a3 commit 383fe87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/experimental/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ pub struct Parser {
}

impl Parser {
/// Parse address into token sequence.
/// Parse address into [ParsedAddress].
///
/// 住所をパースしトークン列に変換します
/// 住所をパースし、[ParsedAddress]を返します
///
/// # Example
/// ```
Expand Down

0 comments on commit 383fe87

Please sign in to comment.