summaryrefslogtreecommitdiff
path: root/internal/lcontext/lcontext.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-02-04 21:37:29 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-02-04 21:37:29 +0000
commit20bd2a6330b2a5da3dc42c92e4c4e634c78561ff (patch)
treecab22128af9e54131facd0062a474459383a1c90 /internal/lcontext/lcontext.go
parent8c714057a07ab494689c9e262d95519e34c204e1 (diff)
parent1e205898c1270915b192db51acfdfc6e1a92e3e3 (diff)
merge 4.0.0-RC
Diffstat (limited to 'internal/lcontext/lcontext.go')
-rw-r--r--internal/lcontext/lcontext.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lcontext/lcontext.go b/internal/lcontext/lcontext.go
index 89cb7c3..183ceb5 100644
--- a/internal/lcontext/lcontext.go
+++ b/internal/lcontext/lcontext.go
@@ -1,6 +1,6 @@
package lcontext
-// LContext stands for line context and is here to help filtering out only specific lines.
+// LContext stands for line context (used by context aware grep queries e.g.)
type LContext struct {
AfterContext int
BeforeContext int