From d5268d6875fb8d70d07c80f422305faa950162f9 Mon Sep 17 00:00:00 2001 From: Bruce Guenter Date: Sun, 1 May 2022 09:52:40 -0600 Subject: [PATCH] docs: Fix typo in PROTOC_NO_VENDOR environment variable doc (#632) --- prost-build/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prost-build/src/lib.rs b/prost-build/src/lib.rs index d1f5f65ad..34f398155 100644 --- a/prost-build/src/lib.rs +++ b/prost-build/src/lib.rs @@ -103,7 +103,7 @@ //! source. //! //! If you would not like `prost-build` to not compile `protoc` from source ever then -//! ensure you have set `PROTO_NO_VENDOR` environment variable as this will disable +//! ensure you have set `PROTOC_NO_VENDOR` environment variable as this will disable //! compiling from source even if the `vendored` feature flag is enabled. //! //! If you would like to always compile from source then setting the `vendored` feature