Skip to content

Commit

Permalink
Merge pull request bevyengine#15 from tigregalis/ct-fix-doc-comment
Browse files Browse the repository at this point in the history
fix doc comment
  • Loading branch information
TotalKrill authored Jun 23, 2024
2 parents 3b743c3 + 435917e commit 6e0982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_text/src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Font {
}

impl Font {
/// Creates a [Font] from bytes, without any validation of the content
/// Creates a [`Font`] from bytes
pub fn try_from_bytes(
font_data: Vec<u8>,
) -> Result<Self, cosmic_text::ttf_parser::FaceParsingError> {
Expand Down

0 comments on commit 6e0982e

Please sign in to comment.