Skip to content

Commit eb7994d

Browse files
committed
docs: fixed typing link in web example
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9a12342 commit eb7994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'use strict'
2828
/** Example how to serialize a Bom to JSON / XML. */
2929

30-
/** @type {import('../src/_index.web')} */
30+
/** @type {import('../src/index.web')} */
3131
const cdx = CycloneDX_library
3232
// full Library is available as `cdx`, now
3333

0 commit comments

Comments
 (0)