From 1b94072e6987a7fcdaa185b25cc0d31cfb2d1a45 Mon Sep 17 00:00:00 2001 From: Carsten Kragelund Date: Wed, 26 Oct 2022 23:09:27 +0200 Subject: [PATCH] Rust: Fix capitalisation of Catppuccin in docs --- rust/src/flavour_colours.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/flavour_colours.rs b/rust/src/flavour_colours.rs index 0231d64..30ec1c0 100644 --- a/rust/src/flavour_colours.rs +++ b/rust/src/flavour_colours.rs @@ -69,7 +69,7 @@ impl IntoIterator for FlavourColours { } } -/// Given a colour table taken from the main catppuccin readme, validate each +/// Given a colour table taken from the main Catppuccin readme, validate each /// colour in the given flavour implementation. /// Copy the table in question from the following URL: /// https://github.com/catppuccin/catppuccin#-palettes