Skip to content

Commit

Permalink
Merge pull request #4 from christiannoll/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in AsyncSerialQueue.swift
  • Loading branch information
mattmassicotte authored Aug 4, 2024
2 parents 0b8ca62 + 6d5ae0d commit 38e3d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Queue/AsyncSerialQueue.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// A esrial queue implemented on top of AsyncSequence.
/// A serial queue implemented on top of AsyncSequence.
///
/// This type is an experiment. I believe it works, but it currently has no tests and has been used very little.
actor AsyncSerialQueue {
Expand Down

0 comments on commit 38e3d1d

Please sign in to comment.