Skip to content

Commit 8178458

Browse files
docs: Smaller README fix
Co-authored-by: Nicklas Lundin <[email protected]> Signed-off-by: Fabrizio Demaria <[email protected]> Signed-off-by: Fabrizio Demaria <[email protected]>
1 parent 0e6311b commit 8178458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ viewModelScope.launch {
159159
}
160160
```
161161

162-
_(It's only possible to observe events from the global `OpenFeatureAPI`, until multiple providers are supported)_
162+
<!-- (It's only possible to observe events from the global `OpenFeatureAPI`, until multiple providers are supported) -->
163163

164164
### Shutdown
165165

@@ -228,7 +228,7 @@ class NewProvider(override val hooks: List<Hook<*>>, override val metadata: Meta
228228
}
229229

230230
override fun observe(): Flow<OpenFeatureEvents> {
231-
// return the observation flow
231+
// return a `Flow` of the Events
232232
}
233233

234234
override fun getProviderStatus(): OpenFeatureEvents {

0 commit comments

Comments
 (0)