Skip to content

Commit

Permalink
small correction to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thejas-bhat committed Sep 12, 2024
1 parent 3315b0f commit 4fa0a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func init() {
reflectStaticSizeSegmentBase = int(unsafe.Sizeof(sb))
}

// Open returns a zap impl of a segment along with keeping some config values in
// mind during the segment's lifetime.
// OpenEx returns a zap impl of a segment which tracks some config values during
// the its lifetime.
func (z *ZapPlugin) OpenEx(path string, config map[string]interface{}) (segment.Segment, error) {
return z.open(path, config)
}
Expand Down

0 comments on commit 4fa0a42

Please sign in to comment.