Skip to content

Commit

Permalink
chore: fix function name in comment (#4006)
Browse files Browse the repository at this point in the history
Signed-off-by: loselarry <[email protected]>
  • Loading branch information
loselarry authored Apr 10, 2024
1 parent 41bdae7 commit bb4eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbus/bus.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (b *Bus) Run() *Run {
return b.run
}

// WriteLog write a raw delta log to the bus.
// WriteDeltaManifest write a raw delta log to the bus.
func (b *Bus) WriteDeltaManifest(dm *logstream.DeltaManifest) {
delta := &logstream.Delta{
DeltaTypeOneof: &logstream.Delta_DeltaManifest{
Expand Down

0 comments on commit bb4eade

Please sign in to comment.