Skip to content

Commit

Permalink
[GH] Fix grammar and wording in documentation
Browse files Browse the repository at this point in the history
## Proposed Changes

  - Grammar fix: Adding a `}`

## Testing

Test: None, since this is documentation

This is an imported pull request from androidx#205.

Resolves androidx#205
Github-Pr-Head-Sha: f4ba6b1
GitOrigin-RevId: b9f6400
Change-Id: Iefd9b1d0d8aa7ce7f61b5eb82aae06833ce14d4f
  • Loading branch information
chao2zhang authored and copybara-github committed Jul 15, 2021
1 parent e289d65 commit 464fdd1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ import kotlin.coroutines.resume
* lifecycleScope.launch {
* lifecycle.repeatOnLifecycle(Lifecycle.State.STARTED) {
* uiStateFlow.collect { uiState ->
* updateUi(uiState)
* updateUi(uiState)
* }
* }
* }
* }
Expand Down Expand Up @@ -147,7 +148,8 @@ public suspend fun Lifecycle.repeatOnLifecycle(
* lifecycleScope.launch {
* repeatOnLifecycle(Lifecycle.State.STARTED) {
* uiStateFlow.collect { uiState ->
* updateUi(uiState)
* updateUi(uiState)
* }
* }
* }
* }
Expand Down

0 comments on commit 464fdd1

Please sign in to comment.