Skip to content

Commit 2cc75c5

Browse files
Update kotlin-sdk/src/commonMain/kotlin/dev/openfeature/kotlin/sdk/multiprovider/FirstSuccessfulStrategy.kt
Co-authored-by: Bence Hornák <[email protected]> Signed-off-by: Daniel Kim <[email protected]>
1 parent 7df6772 commit 2cc75c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-sdk/src/commonMain/kotlin/dev/openfeature/kotlin/sdk/multiprovider/FirstSuccessfulStrategy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import dev.openfeature.kotlin.sdk.exceptions.OpenFeatureError
1111
* A [MultiProvider.Strategy] similar to the [FirstMatchStrategy], except that errors from evaluated
1212
* providers do not halt execution.
1313
*
14-
* If no provider successfully responds, it returns an error result.
14+
* If no provider responds successfully, it returns an error result.
1515
*/
1616
class FirstSuccessfulStrategy : MultiProvider.Strategy {
1717
override fun <T> evaluate(

0 commit comments

Comments
 (0)