Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Jan 23, 2024
1 parent 54d82b8 commit 61d96a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/word.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Word {
}

impl Word {
fn new() -> Word {
pub fn new() -> Word {
Word {
text: String::new(),
subwords: vec![],
Expand Down

0 comments on commit 61d96a1

Please sign in to comment.