We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f86aa commit 40a2c64Copy full SHA for 40a2c64
docs/style-guides/javascript/README.md
@@ -2234,7 +2234,6 @@ Throw and provide tailored `error` messages if expected conditions are not met.
2234
/**
2235
* Beep boop.
2236
*
2237
-* @api public
2238
* @param {Function} clbk - callback
2239
*/
2240
function boop( clbk ) {
@@ -2250,7 +2249,6 @@ function boop( clbk ) {
2250
2249
2251
2252
2253
2254
2255
2256
function beep( clbk ) {
0 commit comments