Skip to content

Commit c6adae9

Browse files
committed
Get the doc.go syntax right
1 parent d7295a6 commit c6adae9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pruner/doc.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
package pruner
2-
3-
// Support for removing a pattern from a matcher
1+
// Package pruner supports removing a pattern from a matcher.
42
//
53
// The core quamina.Matcher doesn't currently support deleting
64
// patterns. Some of the contemplated implementations of would
@@ -26,3 +24,4 @@ package pruner
2624
// rebuilding policies, but those features are not currently exposed.
2725
// A Rebuild method is available for the application to force a
2826
// rebuild.
27+
package pruner

0 commit comments

Comments
 (0)