Is there an existing issue for this?
Page URL (type "NEW" for a new page suggestion)
https://github.com/android/nowinandroid/blob/main/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt
What's the documentation problem or suggestion?
There is a small grammar issue in the Sync.initialize comment.
Current text:
This method is initializes sync, the process that keeps the app's data current.
Suggested text:
This method initializes sync, the process that keeps the app's data current.
This is a comment-only documentation cleanup and does not change app behavior.
Code of Conduct
Is there an existing issue for this?
Page URL (type "NEW" for a new page suggestion)
https://github.com/android/nowinandroid/blob/main/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt
What's the documentation problem or suggestion?
There is a small grammar issue in the
Sync.initializecomment.Current text:
This method is initializes sync, the process that keeps the app's data current.Suggested text:
This method initializes sync, the process that keeps the app's data current.This is a comment-only documentation cleanup and does not change app behavior.
Code of Conduct