Skip to content

Commit 4e0944a

Browse files
Update crates/key-value-azure/src/store.rs
Co-authored-by: itowlson <github@hestia.cc>
1 parent 61017e2 commit 4e0944a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/key-value-azure/src/store.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl Store for AzureCosmosStore {
158158

159159
if key.contains(|c| illegal_chars.contains(&c)) {
160160
return Err(Error::Other(format!(
161-
"Key contains an illegal character. Allowed characters do not include: {}",
161+
"Key contains an illegal character. Keys must not include any of: {}",
162162
illegal_chars.iter().collect::<String>()
163163
)));
164164
}

0 commit comments

Comments
 (0)