Skip to content

Commit

Permalink
Update pkg/regexp/regexp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
rhatdan and mtrmac committed Jan 12, 2023
1 parent 776147b commit dd99ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/regexp/regexp.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Regexp is a wrapper struct used for wrapping MustCompile regex expressions
// used as global variables. Using this stucture helps speed the startup time
// of apps that want to use global regex variable. This librry initialized on
// of apps that want to use global regex variables. This library initializes them on
// first use as opposed to the start of the executable.
type Regexp struct {
once sync.Once
Expand Down

0 comments on commit dd99ac0

Please sign in to comment.