From 0b99b0665bdc4a69a5dbe1ecafd1679fa2b93527 Mon Sep 17 00:00:00 2001 From: Blatko1 Date: Wed, 29 Nov 2023 10:20:18 +0100 Subject: [PATCH] fixed typo --- docs/intermediate/tutorial13-hdr/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intermediate/tutorial13-hdr/readme.md b/docs/intermediate/tutorial13-hdr/readme.md index 507b8f51..5a30d315 100644 --- a/docs/intermediate/tutorial13-hdr/readme.md +++ b/docs/intermediate/tutorial13-hdr/readme.md @@ -866,7 +866,7 @@ let sky_pipeline = { }; ``` -One thing to not here. We added the primitive format to `create_render_pipeline()`. Also, we changed the depth compare function to `CompareFunction::LessEqual` (we'll discuss why when we go over the sky shader). Here are the changes to that: +One thing to note here. We added the primitive format to `create_render_pipeline()`. Also, we changed the depth compare function to `CompareFunction::LessEqual` (we'll discuss why when we go over the sky shader). Here are the changes to that: ```rust fn create_render_pipeline(