summaryrefslogtreecommitdiff
path: root/internal/lcontext/lcontext.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:28:49 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:28:49 +0300
commitf4207a55f71bfbcfdc532d5cdd3befaa3474a157 (patch)
treeea5e4a2d2a67035f645bdee496ae55a52034178a /internal/lcontext/lcontext.go
parentd80d6070557e3a800e3a54967af9eced518f116b (diff)
parent739205206d63bf42f4e843b39d04d4c8cd8207c3 (diff)
merge develop
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