Skip to content

Commit 3c07b64

Browse files
Update Sources/AsyncAlgorithms/AsyncShareSequence.swift
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 8c13d4b commit 3c07b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ where Base.Element: Sendable, Base: _SendableMetatype, Base.AsyncIterator: _Send
309309
// **Buffering Newest**: Appends if under the limit, otherwise removes the oldest and appends
310310
//
311311
// - Parameter element: The element to add to the buffer
312-
mutating func enqueue(_ element: Base.Element) {
312+
mutating func enqueue(_ element: Base.Element) {
313313
let count = buffer.count
314314

315315
switch storagePolicy {

0 commit comments

Comments
 (0)