Correct the typo

pull/2148/head
skiffer-git 2 years ago
parent a8c0250944
commit 32aeab262e

@ -541,9 +541,9 @@ var LintGonicMapper = GonicMapper{
- If the variable type is bool, the name should start with Has, Is, Can or Allow, for example:
```go
var has Conflict bool
var hasConflict bool
var isExist bool
var can Manage bool
var canManage bool
var allowGitHook bool
```

Loading…
Cancel
Save