Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Nov 9, 2024
1 parent 7658c8c commit 19c4e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consolonia.Core/Helpers/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static void Print(this IConsole console, PixelBufferCoordinate point, Pix
/// emoji.
/// </summary>
/// <param name="text">text to get glyphs from</param>
/// <param name="supportsComplexEmoji"If true, emojis like πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ will be treated as a single glyph></param>
/// <param name="supportsComplexEmoji">If true, emojis like πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ will be treated as a single glyph></param>
/// <returns></returns>
public static IReadOnlyList<string> GetGlyphs(this string text, bool supportsComplexEmoji)
{
Expand Down

0 comments on commit 19c4e98

Please sign in to comment.