Skip to content

Commit

Permalink
chore:fix typos (#118)
Browse files Browse the repository at this point in the history
doc:fix typos
  • Loading branch information
AdventureSeeker987 authored Jan 5, 2024
1 parent 94dd63e commit 83d69d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pluto_eris/fields/fp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pub struct FpRepr {
}

impl FpRepr {
/// Returns an iterator over the bytes of the canoncial representation of the element.
/// Returns an iterator over the bytes of the canonical representation of the element.
pub fn iter(&self) -> Iter<'_, u8> {
self.repr.iter()
}
Expand Down
2 changes: 1 addition & 1 deletion src/pluto_eris/fields/fq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ pub struct FqRepr {
}

impl FqRepr {
/// Returns an iterator over the bytes of the canoncial representation of the element.
/// Returns an iterator over the bytes of the canonical representation of the element.
pub fn iter(&self) -> Iter<'_, u8> {
self.repr.iter()
}
Expand Down

0 comments on commit 83d69d5

Please sign in to comment.