Skip to content

Commit

Permalink
chore(cat-gateway): fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Nov 12, 2024
1 parent 4c3ec7e commit 447e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl PrimaryKeyQuery {
/// Delete TXO by Stake Address
const DELETE_QUERY: &str = include_str!("./cql/delete_txo_by_stake_address.cql");

/// Delet;e TXO by Stake Address Query
/// Delete TXO by Stake Address Query
pub(crate) struct DeleteQuery;

impl DeleteQuery {
Expand Down

0 comments on commit 447e1db

Please sign in to comment.