From 1874fe23238e5ef44e0a0a16c3f574bf74c3d2c7 Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Sun, 8 Sep 2024 13:35:50 +0200 Subject: [PATCH] fix typo maker -> marker (thanks @lholten) --- src/coherence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coherence.md b/src/coherence.md index 024716f53..fc20ca158 100644 --- a/src/coherence.md +++ b/src/coherence.md @@ -35,7 +35,7 @@ In both cases, all pairs of impls are checked for overlap. Overlapping is sometimes partially allowed: -1. for maker traits +1. for marker traits 2. under [specialization](./specialization.md) but normally isn't.