From 1877339b92b0edd6ceb22137dd3ed95a0cb6b599 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Tue, 6 Feb 2024 22:17:51 +0100 Subject: [PATCH] fire: Fix documentation link --- fire/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fire/src/lib.rs b/fire/src/lib.rs index 764f6c8f..40018d6a 100644 --- a/fire/src/lib.rs +++ b/fire/src/lib.rs @@ -58,7 +58,7 @@ impl Interpret for Fir> { } } -/// It's called [`GarbajKollector`] because this way you have "jk" in the middle of the word :) +/// It's called [`GarbaJKollector`] because this way you have "jk" in the middle of the word :) pub struct GarbaJKollector(HashMap); // FIXME: Add documentation for all methods