You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix grammar and improve clarity in API coexistence explanation
Original:
"One of the reasons why API was changed is it
need to coexist with the old version interface."
Issues:
- Missing article ("the API")
- Verb tense disagreement ("it need" → "it needed")
- Unnatural phrase ("old version interface")
Revised:
"One of the reasons why the API was changed is that
it needed to coexist with the old version of the interface."
This change improves grammar, consistency,
and readability in the explanation.
0 commit comments