Skip to content

Commit f0f27b1

Browse files
committed
docs: Remove useless example from defineBlock JSDoc
1 parent 4f9f471 commit f0f27b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/block.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ export type BlocksMap = Record<string, BlockDef<Hashmap>>;
4949
* });
5050
* ```
5151
*
52-
* @example Wrapping simple values as units
53-
* ```typescript
54-
* // demo/post/postMod.ts
55-
* export const repo = defineBlock(postRepo); // Wrap simple value as unit
56-
* ```
57-
*
5852
* @see {@link tagBlock} For the more common file-based block pattern
5953
*
6054
* @public

0 commit comments

Comments
 (0)