Skip to content

Commit

Permalink
fixing small typo in documentation (AudioKit#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottburris authored Jul 17, 2024
1 parent fe106f5 commit 38fff77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public extension AudioPlayer {
/// Schedule a buffer to play at a a specific time, with options
/// - Parameters:
/// - buffer: Buffer to play
/// - when: Time to pay
/// - when: Time to play
/// - options: Buffer options
@available(*, deprecated, renamed: "schedule(at:)")
func scheduleBuffer(_ buffer: AVAudioPCMBuffer,
Expand All @@ -21,7 +21,7 @@ public extension AudioPlayer {
/// Schedule a buffer to play from a URL, at a a specific time, with options
/// - Parameters:
/// - url: URL Location of buffer
/// - when: Time to pay
/// - when: Time to play
/// - options: Buffer options
@available(*, deprecated, renamed: "schedule(at:)")
func scheduleBuffer(url: URL,
Expand Down

0 comments on commit 38fff77

Please sign in to comment.