We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0261072 commit ef9fdb8Copy full SHA for ef9fdb8
1 file changed
lib/node_modules/@stdlib/_tools/js/program-summary/README.md
@@ -207,7 +207,7 @@ var summary = analyze( 'var beep = "boop";' );
207
var y = 4.0; /* this is an inline comment */
208
```
209
210
-- With the exception of empty functions, functions are **assumed** to have the following form:
+- With the exception of empty functions, function declarations are **assumed** to have the following form:
211
212
```javascript
213
function add( x, y ) {
0 commit comments