From 3334b51d40f112daae5eb3ccfb94e0e0153798c2 Mon Sep 17 00:00:00 2001 From: Anthony Taormina Date: Sat, 12 Oct 2024 16:03:17 -0500 Subject: [PATCH] Fix documentation --- lib/src/soloud.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/soloud.dart b/lib/src/soloud.dart index ba8e0a8..60b19a1 100644 --- a/lib/src/soloud.dart +++ b/lib/src/soloud.dart @@ -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