docs(blogo,metadata): missing punctiation

This commit is contained in:
Guz
2025-01-24 16:43:37 -03:00
parent c91df6d759
commit 0320cc42c3

View File

@@ -182,7 +182,7 @@ func GetMetadata(m any) (Metadata, error) {
}
// Types may implement this interface to add [Metadata] to their objects that can
// be easily accessed via [Get], [Set], [Delete] and [GetMetadata]
// be easily accessed via [Get], [Set], [Delete] and [GetMetadata].
type WithMetadata interface {
// Returns the underlying [Metadata] of the type.
//