From 1b8bae5f0ade401e972162c0953dc2e55ffc511c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Apr 2024 13:25:27 -0700 Subject: [PATCH] Update src/font/shape.zig Co-authored-by: Jon Parise --- src/font/shape.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font/shape.zig b/src/font/shape.zig index c7d07bf6e..c1b7f7968 100644 --- a/src/font/shape.zig +++ b/src/font/shape.zig @@ -13,7 +13,7 @@ pub const Shaper = switch (options.backend) { => harfbuzz.Shaper, // Note that coretext_freetype cannot use the coretext - // shaper because the coretext shaper request CoreText + // shaper because the coretext shaper requests CoreText // font faces. .coretext => coretext.Shaper,