Skip to content

Commit

Permalink
fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schigh committed Jan 22, 2018
1 parent b6fc0d8 commit 13f52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The SQL DB checker has implementations for the following interfaces:
// this query will ever return at most one row
if err := rows.Scan(&healthValue); err != nil {
return false, err
]
}
}
return healthValue == "ok", nil
Expand Down

0 comments on commit 13f52bd

Please sign in to comment.