From bcc014c4e177cc4e8cf5ca8c24990908b507c0f8 Mon Sep 17 00:00:00 2001 From: Alberto Vilches Date: Tue, 2 May 2023 20:45:18 +0200 Subject: fix: typos (#1074) --- src/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc.rs') diff --git a/src/doc.rs b/src/doc.rs index 5f62506a..0a744ffc 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -489,7 +489,7 @@ impl TextItem { impl Debug for TextItem { fn fmt(&self, f: &mut Formatter) -> fmt::Result { - // This is only a rough approxmiation of the source text. + // This is only a rough approximation of the source text. f.write_str("Text(\"")?; for glyph in &self.glyphs { for c in glyph.c.escape_debug() { -- cgit v1.2.3