From 0e9c9fd6d313381273fa882df07300f2a01c344b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:58:48 -0500 Subject: [PATCH] secrecy: fix `Secret` reference in README.md (#1249) --- secrecy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrecy/README.md b/secrecy/README.md index 490245f1..1dd32202 100644 --- a/secrecy/README.md +++ b/secrecy/README.md @@ -15,7 +15,7 @@ A simple secret-keeping library for Rust. **secrecy** is a *simple*, safe (i.e. `forbid(unsafe_code)` library which provides wrapper types and traits for secret management in Rust, namely the -`Secret` type for wrapping another value in a "secret cell" which attempts +`SecretBox` type for wrapping another value in a "secret cell" which attempts to limit exposure (only available through a special `ExposeSecret` trait). This helps to ensure secrets aren't accidentally copied, logged, or otherwise