Skip to content

Commit

Permalink
Minor documentation updates for two handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc M. Adkins committed Aug 13, 2024
1 parent bdfc178 commit 0be3281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion creator/snqkmeld/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Name = "snqk/meld"
// [snqk/meld]: https://github.com/snqk/slog-meld
func Creator() infra.Creator {
return infra.NewCreator(Name, handlerFn, nil,
`^snqk/slog-meld^ provides a simple slog.Handler
`^snqk/slog-meld^ provides a simple ^slog.Handler^
designed to recursively merge and de-duplicate log attributes,
ensuring clean, concise, and informative log entries.`,
map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion creator/veqryndedup/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Name(mode Mode) string {
// [veqryn/dedup]: https://github.com/veqryn/slog-dedup
func Creator(mode Mode) infra.Creator {
return infra.NewCreator(Name(mode), handler(mode), nil,
`^veqryn/dedup^ provides a variety of slog.Handler options
`^veqryn/dedup^ provides a variety of ^slog.Handler^ options
for deduplicating the keys: overwriting, ignoring, appending, and incrementing.`,
map[string]string{
"veqryn/dedup": "https://github.com/veqryn/slog-dedup",
Expand Down

0 comments on commit 0be3281

Please sign in to comment.