Skip to content

Commit 13b7ac7

Browse files
saibatizokustevenj
andauthored
fix(rust/signed-doc): Update rust/signed_doc/src/lib.rs
Correct name for Content-Encoding. Co-authored-by: Steven Johnson <[email protected]>
1 parent ce5d44c commit 13b7ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/signed_doc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mod metadata;
1313
pub use metadata::{DocumentRef, Metadata, UuidV7};
1414

1515
/// Catalyst Signed Document Content Encoding Key.
16-
const CONTENT_ENCODING_KEY: &str = "content encoding";
16+
const CONTENT_ENCODING_KEY: &str = "Content-Encoding";
1717
/// Catalyst Signed Document Content Encoding Value.
1818
const CONTENT_ENCODING_VALUE: &str = "br";
1919

0 commit comments

Comments
 (0)