Skip to content

Commit eed0fcc

Browse files
Update openfeature/multi/README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Roman Dmytrenko <[email protected]>
1 parent bcd0aeb commit eed0fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfeature/multi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ StrategyFn[T FlagTypes] func(resolutions ResolutionIterator[T], defaultValue T,
9494
Where:
9595

9696
```go
97-
ResolutionIterator[T FlagTypes] = iter.Seq2[string, openfeature.GenericResolutionDetail[T]]
97+
ResolutionIterator[T FlagTypes] = iter.Seq2[string, *openfeature.GenericResolutionDetail[T]]
9898
FallbackEvaluator[T FlagTypes] = func(fallbackProvider openfeature.FeatureProvider) *openfeature.GenericResolutionDetail[T]
9999
```
100100

0 commit comments

Comments
 (0)