Skip to content

Commit 056df86

Browse files
committed
compile() jsdoc param opt correction
1 parent a9abbd7 commit 056df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function createMeta(source, options) {
9292
/**
9393
* Generate the output code source together with the sourcemap
9494
* @param { string } source - source code of the tag we will need to compile
95-
* @param { string } opts - compiling options
95+
* @param { Object } opts - compiling options
9696
* @returns { Output } object containing output code and source map
9797
*/
9898
export function compile(source, opts = {}) {

0 commit comments

Comments
 (0)