Skip to content

Commit 09f26ff

Browse files
committed
fix: remove /* from KDoc - Kotlin parser treats as nested comment
1 parent 5cea539 commit 09f26ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graalvm/src/test/kotlin/elide/runtime/gvm/js/vfs/JsPackageExportsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ import elide.util.UUID
138138
/**
139139
* Test: Import from a package with nested conditional exports (the main fix).
140140
*
141-
* This is the pattern used by `@discordjs/*` packages that caused the original issue.
141+
* This is the pattern used by @discordjs packages that caused the original issue.
142142
*
143143
* package.json:
144144
* {

0 commit comments

Comments
 (0)