Skip to content

Commit f20a05e

Browse files
Fixed typo
1 parent 6886b3f commit f20a05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rx/src/Shared/Rx.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ function Rx.buffer(closingNotifier)
22082208
table.clear(buffer)
22092209

22102210
sub:Fire(latest)
2211-
end)
2211+
end))
22122212

22132213
maid:GiveTask(source:Subscribe(function(value)
22142214
table.insert(buffer, value)
@@ -2219,7 +2219,7 @@ function Rx.buffer(closingNotifier)
22192219

22202220
maid:GiveTask(function()
22212221
table.clear(buffer)
2222-
end)
2222+
end))
22232223

22242224
return maid
22252225
end)

0 commit comments

Comments
 (0)