From 6addfed1886772d921f3c4b48933dd4aec99c198 Mon Sep 17 00:00:00 2001 From: skierpage Date: Thu, 10 Sep 2020 01:25:24 -0700 Subject: [PATCH] typo "in conjecture with" -> conjunction --- content/posts/newsletter-013/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newsletter-013/index.md b/content/posts/newsletter-013/index.md index 510bde0f9..d135156ec 100644 --- a/content/posts/newsletter-013/index.md +++ b/content/posts/newsletter-013/index.md @@ -745,7 +745,7 @@ and mesh/task shaders) as well as the existing ones. Traverse Research wanted to reduce their reliance on C and C++ unsafe libraries and at the same time they needed to support newer features that were slow to become available in the existing `spirv-reflect` library. The primary -use-case for this library is in conjecture with the Rust wrapper around the +use-case for this library is in conjunction with the Rust wrapper around the DirectX Shader Compiler ([dxc]), called [hassle-rs] that Traverse Research also built.