From 8a6f2000bc0613f28baeba2d50b4a2af9e513206 Mon Sep 17 00:00:00 2001 From: Nick Logan Date: Fri, 10 Jun 2022 10:04:57 -0500 Subject: [PATCH] Fix typo --- by-example/text-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-example/text-filters.md b/by-example/text-filters.md index 91c256a..99e46ec 100644 --- a/by-example/text-filters.md +++ b/by-example/text-filters.md @@ -6,7 +6,7 @@ package gorules import "github.com/quasilyte/go-ruleguard/dsl" // Normally, all matching is done on the AST and types level. -// But sometimes it's necessary (or just easier) to tream the +// But sometimes it's necessary (or just easier) to treat the // submatches as text. func printFmt(m dsl.Matcher) {