Skip to content

Commit 960a8a5

Browse files
authored
typos adr-049-state-sync-hooks.md
1 parent d860adf commit 960a8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/architecture/adr-049-state-sync-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ type ExtensionPayloadReader = func() ([]byte, error)
116116
type ExtensionPayloadWriter = func([]byte) error
117117

118118
// ExtensionSnapshotter is an extension Snapshotter that is appended to the snapshot stream.
119-
// ExtensionSnapshotter has an unique name and manages it's own internal formats.
119+
// ExtensionSnapshotter has a unique name and manages it's own internal formats.
120120
type ExtensionSnapshotter interface {
121121
// SnapshotName returns the name of snapshotter, it should be unique in the manager.
122122
SnapshotName() string

0 commit comments

Comments
 (0)