Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Mar 15, 2024
1 parent e2af284 commit 7e47b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package scim

// Logger defines and interface for logging errors.
// Logger defines an interface for logging errors.
type Logger interface {
Error(args ...interface{})
}
Expand Down

0 comments on commit 7e47b16

Please sign in to comment.