Skip to content

Commit 2c3458b

Browse files
committed
Fix example
1 parent 77708de commit 2c3458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/datasets-spam-assassin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The `checksum` object contains the following fields:
106106
<!-- eslint no-undef: "error" -->
107107

108108
```javascript
109-
var corpus = require( '@stdlib/dist-datasets-spam-assassin' );
109+
var corpus = require( '@stdlib/dist-datasets-spam-assassin' ).SPAM_ASSASSIN;
110110

111111
var data;
112112
var i;

0 commit comments

Comments
 (0)