From 01147c08dd7b20fc8c675830d45fcca035b231a4 Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 6 Apr 2023 21:26:05 +0200 Subject: [PATCH] Fix style: non-ASCII characters in comments. --- src/Data/Text/ParagraphLayout/Internal/Fragment.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/Fragment.hs b/src/Data/Text/ParagraphLayout/Internal/Fragment.hs index b16991a..70154c4 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Fragment.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Fragment.hs @@ -25,11 +25,11 @@ data Fragment = Fragment -- want to use for detecting position-based events such as mouse clicks. -- -- Beware that actual glyphs will not be drawn exactly to the borders of - -- this rectangle – they may be offset inwards and they can also extend + -- this rectangle -- they may be offset inwards and they can also extend -- outwards! -- -- These are not the typographic bounding boxes that you use for determining - -- the area to draw on – you need FreeType or a similar library for that. + -- the area to draw on -- you need FreeType or a similar library for that. -- -- The origin coordinates are relative to the paragraph. -- 2.30.2