Skip to content

Commit

Permalink
Update components/properties/src/bidi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Manish Goregaokar <[email protected]>
  • Loading branch information
younies and Manishearth authored Apr 27, 2022
1 parent 10f5e1e commit 62b3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/properties/src/bidi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub struct BidiClassAdapter<'a> {
}

impl<'a> BidiClassAdapter<'a> {
/// Creates new instants of `BidiClassAdapter`.
/// Creates new instance of `BidiClassAdapter`.
pub fn new(bidi_trie: &'a CodePointTrie<'a, BidiClass>) -> BidiClassAdapter<'a> {
BidiClassAdapter { bidi_trie }
}
Expand Down

0 comments on commit 62b3f27

Please sign in to comment.