Skip to content

Commit

Permalink
Merge pull request #182 from googlefonts/docs-fixup
Browse files Browse the repository at this point in the history
Fixup new rustdoc warning
  • Loading branch information
rsheeter authored Dec 16, 2022
2 parents 47339dc + ff45a72 commit 94640ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-types/src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub trait ReadScalar: FixedSize {
pub struct BigEndian<T: Scalar>(pub(crate) T::Raw);

impl<T: Scalar> BigEndian<T> {
/// construct a new BigEndian<T> from raw bytes
/// construct a new `BigEndian<T>` from raw bytes
pub fn new(raw: T::Raw) -> BigEndian<T> {
BigEndian(raw)
}
Expand Down

0 comments on commit 94640ff

Please # to comment.