instacart / instacart/truetime-android
Error on Caveats Gotchas wiki page
- Dominant language
- Kotlin
- Stars
- 1.5k
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
I think there is an error on the [Caveats Gotchas](https://github.com/instacart/truetime-android/wiki/Caveats---Gotchas) Wiki Page:
`TrueTimeRx.initializeNtp("time.google.com")` should be `TrueTimeRx.build().initializeNtp("time.google.com")` as `initializeNtp` is non-static and should be called upon the instance.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the linked Caveats Gotchas wiki page and verify the initialization example against the API usage described in the issue. Update the snippet to use the instance-building form, then confirm the page no longer shows the static call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100