Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Sep 26, 2024
1 parent a492c48 commit 1c387e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl<H: Hasher> SdObjectEncoder<H> {
fn add_digest_to_object(object: &mut Map<String, Value>, digest: String) -> Result<()> {
if let Some(sd_value) = object.get_mut(DIGESTS_KEY) {
if let Value::Array(value) = sd_value {
// Insert the
// Make sure the digests are sorted.
let idx = value
.iter()
.enumerate()
Expand Down

0 comments on commit 1c387e7

Please sign in to comment.