Skip to content

Commit

Permalink
Remove outdated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed May 9, 2024
1 parent 707dfa7 commit 18b5fd0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ class Emitter(
var bufferOption: BufferOption = EmitterDefaults.bufferOption
/**
* Whether the buffer should send events instantly or after the buffer has reached
* its limit. By default, this is set to BufferOption Default.
*
* @param option Set the BufferOption enum to Instant to send events upon creation.
* its limit.
*/
set(option) {
if (!isRunning.get()) {
Expand Down

0 comments on commit 18b5fd0

Please sign in to comment.