Skip to content

Commit eb26b59

Browse files
committed
Update index.js
1 parent cda07c8 commit eb26b59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ const the_module = module.exports = fillPotPo;
77

88
the_module.sync = fillPotPoSync;
99

10-
// Default options for generating PO files
11-
// used in tests as the correct ones.
10+
/*
11+
* Default content-related options for generating PO files.
12+
* Use these when generating and testing PO files to ensure a proper comparison.
13+
*/
1214
the_module.testOptions = {
1315
wrapLength: 77,
1416
defaultContextAsFallback: true,

0 commit comments

Comments
 (0)