Skip to content

Commit

Permalink
Update letters.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnow-sys committed Jun 16, 2023
1 parent 91daafc commit d1343f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/letters.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::ops::Index;

// Each letter is of the format:
//
// ('<letter>', <replacement>)
Expand All @@ -14,6 +12,8 @@ use std::ops::Index;
// <letter> should be in medial form, and <final> is the replacement in case
// <letter> should be in final form. If no replacement is specified for a form,
// then no that means the letter doesn't support this form.
use std::ops::Index;

use crate::Language;

type FormsType = [&'static str; 4];
Expand Down

0 comments on commit d1343f5

Please sign in to comment.