Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 27, 2023
1 parent 86fb782 commit 3ef4b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl std::fmt::Display for JsonErrorType {

pub type JsonResult<T> = Result<T, JsonError>;

/// Represents an error from parsing JSON, optionally with a lint position
/// Represents an error from parsing JSON
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct JsonError {
/// The type of error.
Expand Down

0 comments on commit 3ef4b86

Please sign in to comment.