Skip to content

Commit fd47624

Browse files
committed
Fix bad tsdoc comment syntax
1 parent fbef270 commit fd47624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/incremental/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export declare namespace Incremental {
6262
path: Incremental.Path;
6363
}
6464

65-
/* @internal */
65+
/** @internal */
6666
export type PendingItemWithInfo =
6767
| PendingDeferResultWithInfo
6868
| PendingStreamResultWithInfo;

0 commit comments

Comments
 (0)