From 57c05b5e32c46ca034a5ec19e333cbf84aad3a21 Mon Sep 17 00:00:00 2001 From: T0mstone Date: Mon, 26 Jan 2026 00:31:06 +0100 Subject: [PATCH] Fix example in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2807f88..f5241bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ These have a specific meaning that is not open to much interpretation. - `.inv`: Either vertically mirrored or a 180° rotated version of a symbol, e.g. `amp.inv`, `Omega.inv`. - See also [#108](https://github.com/typst/codex/issues/108). - `.not`: A negation of the symbol, e.g. `eq.not`. -- `.o`: A symbol with a circle around it, e.g. `plus.circle`. +- `.o`: A symbol with a circle around it, e.g. `plus.o`. - See also [#62](https://github.com/typst/codex/pull/62) - `.rev`: A horizontally mirrored version of a symbol, e.g. `in.rev`. - See also [#108](https://github.com/typst/codex/issues/108).