Skip to content

Commit e898fef

Browse files
committed
Fix wrong class docs
1 parent 9d2f950 commit e898fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/viewer/woqlView.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ const { WOQLRule } = require('./woqlRule');
88
const { FrameRule } = require('./frameRule');
99

1010
/**
11-
* @constructor
1211
* We bundle the useful functions in a View object and just export that for ease of consumption
12+
* @constructor
13+
* View
1314
*/
1415
const View = {};
1516

0 commit comments

Comments
 (0)