Skip to content

Commit

Permalink
docs: fix a typo in relay_feature_store (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
idosal authored Aug 13, 2024
1 parent f4bc14a commit b48638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/relay_feature_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (a *SSERelayDataStoreAdapter) Build(
return sw, nil
}

// A DataStore implementation that delegates to an underlying store but also publish
// A DataStore implementation that delegates to an underlying store
// but also publishes stream updates when the store is modified.
type streamUpdatesStoreWrapper struct {
store subsystems.DataStore
Expand Down

0 comments on commit b48638a

Please sign in to comment.