mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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
|
// StringTreeMatcher returns a matcher which addis strings from
|
||||||
// stringss and recursively from arrays from strings.
|
// strings and recursively from arrays of strings.
|
||||||
func StringTreeMatcher(strings *[]string) func(any) error {
|
func StringTreeMatcher(strings *[]string) func(any) error {
|
||||||
// Only add unique strings.
|
// Only add unique strings.
|
||||||
unique := func(s string) {
|
unique := func(s string) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue