-
Notifications
You must be signed in to change notification settings - Fork 3k
Lora: Improve description of callback methods #7893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Users often use "show declaration" (or similar) in their IDE to see descriptions of callback methods so the function descriptions should be placed close to function declaration itself.
@hasnainvirk @AnotherButler please review. |
Copy edit for minor grammar nits and consistent tense across docs.
This is targeted to 5.10.0-rc2 |
/morph build |
Build : SUCCESSBuild number : 2998 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2609 |
Test : FAILUREBuild number : 2762 |
/morph test |
Test : FAILUREBuild number : 2765 |
/morph test |
Test : SUCCESSBuild number : 2767 |
Description
Users often use "show declaration" (or similar) in their IDE to see descriptions of callback
methods so the function descriptions should be placed close to function declaration itself.
Pull request type