Skip to content

Commit 406d433

Browse files
committed
fix description
1 parent e515a4c commit 406d433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![test_and_lint](https://github.com/sivchari/containedctx/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sivchari/containedctx/actions/workflows/ci.yml)
44

5-
containedctx detects is a linter that detects struct contained context.Context field
5+
containedctx is a linter that detects struct contained context.Context field
66

77
## Instruction
88

containedctx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"golang.org/x/tools/go/ast/inspector"
99
)
1010

11-
const doc = "containedctx detects is a linter that detects struct contained context.Context field"
11+
const doc = "containedctx is a linter that detects struct contained context.Context field"
1212

1313
// Analyzer is the contanedctx analyzer
1414
var Analyzer = &analysis.Analyzer{

0 commit comments

Comments
 (0)