Skip to content

Commit

Permalink
docs: refines Store interface comment for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Dec 2, 2024
1 parent 0c8d0eb commit 9a40d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/oscal-compass/oscal-sdk-go/extensions"
)

// Store defines methods for parsing, storing and searching for rule sets generated based on
// Store defines methods for filtering and searching for rule sets generated based on
// rule/check OSCAL extensions.
type Store interface {
// GetByRuleID return the rule object by the associated id or name.
Expand Down

0 comments on commit 9a40d73

Please sign in to comment.