Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 21, 2024
1 parent c8cf623 commit f40d47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stim/util_top/export_crumble_url.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ std::string stim::export_crumble_url(const Circuit &circuit) {
out << dst;
k += src.size() - 1;
matched = true;
break;
}
break;
}
if (!matched) {
out << s[k];
Expand Down

0 comments on commit f40d47d

Please sign in to comment.