mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix comment typo
This commit is contained in:
parent
8c8ccf6a2e
commit
6bf8c530c6
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ func StringMatcher(dst *string) func(any) error {
|
|||
}
|
||||
}
|
||||
|
||||
// StringTreeMatcher returns a matcher which add strings from
|
||||
// stringss and recursively from arrays from strings.
|
||||
// StringTreeMatcher returns a matcher which addis strings from
|
||||
// strings and recursively from arrays of strings.
|
||||
func StringTreeMatcher(strings *[]string) func(any) error {
|
||||
// Only add unique strings.
|
||||
unique := func(s string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue