Skip to content

Commit

Permalink
docs: Cannot parse (#420)
Browse files Browse the repository at this point in the history
Correct a typo
  • Loading branch information
iajoiner authored Dec 9, 2024
2 parents 08a752a + 5cb86a7 commit 5684a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql-parser/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum ParseError {
error: String,
},
#[snafu(display("Unable to parse resource_id"))]
/// Can not parse the `resource_id`
/// Cannot parse the `resource_id`
ResourceIdParseError {
/// The underlying error
error: String,
Expand Down

0 comments on commit 5684a33

Please sign in to comment.