From 8cb77e13c81931db916060d65d208154a16b9ad6 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Sat, 16 Sep 2023 15:04:51 -0400 Subject: [PATCH] Fix example comment about switching zero for Fira fonts --- docs/config/font-shaping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/font-shaping.md b/docs/config/font-shaping.md index 6ac50d06d..5c08528f1 100644 --- a/docs/config/font-shaping.md +++ b/docs/config/font-shaping.md @@ -46,7 +46,7 @@ it lists available stylistic sets here: and you can set them in wezterm: ```lua --- Use this for a zero with a dot rather than a line through it +-- Use this for a zero with a line through it rather than a dot -- when using the Fira Code font config.harfbuzz_features = { 'zero' } ```