Skip to content

Commit ebd2c33

Browse files
Marcel Hermnexoscp
authored andcommitted
Update method description
1 parent 2666824 commit ebd2c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdjournal/read.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ process:
256256
}
257257
}
258258

259-
// FollowTail synchronously follows the JournalReader, writing each new journal entry to writer. The
260-
// follow will continue until a single time.Time is received on the until channel.
259+
// FollowTail synchronously follows the JournalReader, writing each new journal entry to entries.
260+
// It will start from the next unread entry.
261261
func (r *JournalReader) FollowTail(entries chan *JournalEntry) error {
262262
defer close(entries)
263263

0 commit comments

Comments
 (0)