From 74d91e0f171eeb8eafca5aed4c19d1571763a340 Mon Sep 17 00:00:00 2001 From: Emerson Coskey Date: Sun, 13 Jul 2025 12:38:24 -0700 Subject: [PATCH] fix ci --- examples/shader/custom_phase_item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shader/custom_phase_item.rs b/examples/shader/custom_phase_item.rs index e8d7f36d29..16a775ac4a 100644 --- a/examples/shader/custom_phase_item.rs +++ b/examples/shader/custom_phase_item.rs @@ -280,7 +280,7 @@ struct CustomPhaseSpecializer; #[derive(Resource)] struct CustomPhasePipeline { - /// the specialized_cache holds onto the shader handle through the base descriptor + /// the `specialized_cache` holds onto the shader handle through the base descriptor specialized_cache: SpecializedCache, }