Skip to content

Commit ef9fdb8

Browse files
committed
Update copy
1 parent 0261072 commit ef9fdb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/js/program-summary

lib/node_modules/@stdlib/_tools/js/program-summary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ var summary = analyze( 'var beep = "boop";' );
207207
var y = 4.0; /* this is an inline comment */
208208
```
209209

210-
- With the exception of empty functions, functions are **assumed** to have the following form:
210+
- With the exception of empty functions, function declarations are **assumed** to have the following form:
211211

212212
```javascript
213213
function add( x, y ) {

0 commit comments

Comments
 (0)