Skip to content

Commit

Permalink
fix(docs): minor typo in check.rs (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhyaser committed Sep 6, 2024
1 parent c3c41c5 commit 290c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ fn check_market_against_verifreg(
let info = match market_summary.deals.get(deal_id) {
None => {
acc.add(format!(
"internal invariant error invalid market state referrences missing deal {}",
"internal invariant error invalid market state references missing deal {}",
deal_id
));
continue;
Expand Down

0 comments on commit 290c10b

Please sign in to comment.