Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Taormina authored Oct 12, 2024
1 parent 39c7603 commit 3334b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/soloud.dart
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ interface class SoLoud {
/// call [setRelativePlaySpeed] or [setProtectVoice] on the sound before
/// un-pausing it.
///
/// To play a looping sound, set [paused] to `true`. You can also
/// To play a looping sound, set [looping] to `true`. You can also
/// define the region to loop by setting [loopingStartAt]
/// (which defaults to the beginning of the sound otherwise).
/// There is no way to set the end of the looping region — it will
Expand Down

0 comments on commit 3334b51

Please sign in to comment.