Skip to content

Commit 04b8a1d

Browse files
committed
Fixed comment
1 parent 631ad18 commit 04b8a1d

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/graphics/renderer/gui/font

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/FontRenderer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FontRenderer(
2424
* Parses the emojis in the given text.
2525
*
2626
* @param text The text to parse.
27-
* @return A list of triples containing the emoji text, start index, and end index.
27+
* @return A list of pairs containing the glyph info and the range of the emoji in the text.
2828
*/
2929
fun parseEmojis(text: String) =
3030
mutableListOf<Pair<GlyphInfo, IntRange>>().apply {

0 commit comments

Comments
 (0)