Browse Source

Merge pull request #264 from tbu-/pr_doc_typo

Fix a typo in the docs
cl-test
Alex Crichton 7 years ago
committed by GitHub
parent
commit
61688e73d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/lib.rs

4
src/lib.rs

@ -133,12 +133,12 @@ enum ErrorKind {
ToolNotFound,
}
/// Represents an internal error that occurred, with an explaination.
/// Represents an internal error that occurred, with an explanation.
#[derive(Clone, Debug)]
pub struct Error {
/// Describes the kind of error that occurred.
kind: ErrorKind,
/// More explaination of error that occurred.
/// More explanation of error that occurred.
message: String,
}

Loading…
Cancel
Save