Skip to content

Commit

Permalink
Merge pull request #345 from pratikmallya/fix-typo
Browse files Browse the repository at this point in the history
FIX: a couple of minor typos
  • Loading branch information
radeksimko authored May 27, 2020
2 parents 50eda8b + 3c24a12 commit 92aa0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagnostic.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ const (
)

// Diagnostic represents information to be presented to a user about an
// error or anomoly in parsing or evaluating configuration.
// error or anomaly in parsing or evaluating configuration.
type Diagnostic struct {
Severity DiagnosticSeverity

// Summary and Detail contain the English-language description of the
// problem. Summary is a terse description of the general problem and
// detail is a more elaborate, often-multi-sentence description of
// the probem and what might be done to solve it.
// the problem and what might be done to solve it.
Summary string
Detail string

Expand Down

0 comments on commit 92aa0d1

Please sign in to comment.