Skip to content

Commit

Permalink
Feedback from PR #638
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Slayton committed Sep 7, 2023
1 parent 0689394 commit 9852f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lazy/text/matched.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,9 @@ impl MatchedBlob {

#[derive(Clone, Copy, Debug, PartialEq)]
pub enum MatchedClob {
// Indicates that the content of the clob was written using short-form string syntax.
Short,
// Indicates that the content of the clob was written using long-form string syntax.
Long,
}

Expand Down

0 comments on commit 9852f2f

Please sign in to comment.