Skip to content

Commit f516a8e

Browse files
committed
fix class name on doc
1 parent c4d2006 commit f516a8e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/EXTERNAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
22

3-
# \_ext
3+
# external
44

55
** Extends from [:link: node](NODE.md) **
66

src/external.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ var expr = require('./expr');
1313
*
1414
* Represents an external link (require or include)
1515
*
16-
* @public @constructor external
16+
* @public
17+
* @constructor external
1718
* @property {String|expr} target The target file to be included
1819
* @property {Boolean} once If true it's a include_once or require_once statement
1920
* @property {Boolean} strict If true then it's a require statement

0 commit comments

Comments
 (0)