From 921a0167817a4e6a28226107a265913d947436bd Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:14:57 -0400 Subject: [PATCH] Fix User Guide deployment (#516) --- .github/workflows/deploy-docs.yml | 2 +- aws-lc-rs/README.md | 2 +- aws-lc-rs/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b4228f14078..cfbffb3bb05 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,4 +1,4 @@ -ame: Deploy Documentation +name: Deploy Documentation on: push: branches: diff --git a/aws-lc-rs/README.md b/aws-lc-rs/README.md index e366c937fc6..d2411def1ac 100644 --- a/aws-lc-rs/README.md +++ b/aws-lc-rs/README.md @@ -80,7 +80,7 @@ Use of prebuilt NASM objects is prevented if either of the following conditions * `AWS_LC_SYS_PREBUILT_NASM` environment variable is set with a value of `0` Be aware that [features are additive](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification); -by enabling this feature, it is enabled for crates within the same build. +by enabling this feature, it is enabled for all crates within the same build. ## Use of prebuilt NASM objects diff --git a/aws-lc-rs/src/lib.rs b/aws-lc-rs/src/lib.rs index 5632ec4c9d1..23a64682b5e 100644 --- a/aws-lc-rs/src/lib.rs +++ b/aws-lc-rs/src/lib.rs @@ -81,7 +81,7 @@ //! * `AWS_LC_SYS_PREBUILT_NASM` environment variable is set with a value of `0` //! //! Be aware that [features are additive](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification); -//! by enabling this feature, it is enabled for crates within the same build. +//! by enabling this feature, it is enabled for all crates within the same build. //! //! # Use of prebuilt NASM objects //!