From 6e77d76be47376bd8e59ad0599d1f2564550652b Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 22 Jan 2025 14:58:55 -0800 Subject: [PATCH] Update CrossPlatformCryptography.md: primitives typo (#1510) --- eng/doc/CrossPlatformCryptography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/doc/CrossPlatformCryptography.md b/eng/doc/CrossPlatformCryptography.md index dbb6803375..dbdf182936 100644 --- a/eng/doc/CrossPlatformCryptography.md +++ b/eng/doc/CrossPlatformCryptography.md @@ -270,7 +270,7 @@ This section includes the following packages: ### TLS Versions -The TLS stack is implemented using native Go code but the crypto primatives are provided by the system cryptographic libraries. +The TLS stack is implemented using native Go code but the crypto primitives are provided by the system cryptographic libraries. | Version | Windows | Linux | macOS | | ------- | ------- | ----- | ----- |