Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
query_analysis: fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed Oct 13, 2023
1 parent b7c5a14 commit 5649990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqld/src/query_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl Default for Statement {
/// Classify statement in categories of interest.
#[derive(Debug, PartialEq, Clone, Copy)]
pub enum StmtKind {
/// The begining of a transaction
/// The beginning of a transaction
TxnBegin,
/// The end of a transaction
TxnEnd,
Expand Down

0 comments on commit 5649990

Please sign in to comment.