diff options
Diffstat (limited to 'internal/lcontext')
| -rw-r--r-- | internal/lcontext/lcontext.go | 2 |
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 |
