Skip to content

Commit

Permalink
Merge pull request #138 from Taormina/patch-1
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
alnitak authored Oct 13, 2024
2 parents 39c7603 + 3334b51 commit fc8a7a8
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 fc8a7a8

Please sign in to comment.