API page: https://api.drupal.org/api/drupal/core%21modules%21system%21core.api.php...
Two problems on this page:
a) Near the top, there is a @sec tag that should be @section.
b) In the Defining Permissions section, there's some text that talks about the "return value". YML files do not have return values; this is left over from when it was a function implementing hook_permission(). So instead of saying "return value" it should say something like "this file defines".
Comments
Comment #1
Palashvijay4O commentedNeeds review for the patch.
Comment #3
Palashvijay4O commentedSubmitted the wrong patch . Submitting correct one .
Comment #5
Palashvijay4O commentedThis is a test patch .
Comment #7
Palashvijay4O commentedCorrect Patch hopefully .
Comment #8
Palashvijay4O commentedComment #9
jhodgdonThanks, looks good!
Comment #10
jhodgdonThanks again! Committed to 8.0.x.
Comment #12
Palashvijay4O commentedGlad to help to our community !!