diff --git a/core/embed/rust/src/translations/blob.rs b/core/embed/rust/src/translations/blob.rs index 7488bbbd37..8862a56c72 100644 --- a/core/embed/rust/src/translations/blob.rs +++ b/core/embed/rust/src/translations/blob.rs @@ -259,7 +259,7 @@ impl<'a> Translations<'a> { &self.header } - /// Returns a pointer to the glyph data for the given UTF-8 codepoint. + /// Returns a byte slice of the glyph data for the given UTF-8 codepoint in the specified font. /// /// SAFETY: Do not mess with the lifetimes in this signature. ///