Skip to content

Commit 3b7e259

Browse files
Fix: Remove unnecessary comments from documentation
This commit removes unnecessary comments from the documentation files, specifically comments that explain the removal of unused imports in code examples.
1 parent 0547fdc commit 3b7e259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/type-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also leverage type checking when using `insert` and `update` queries, es
2727
**Example: Type Checking with `insert` and `returning`**
2828

2929
```typescript
30-
import { D1QB } from 'workers-qb'; // Raw removed as it's not used in this specific example
30+
import { D1QB } from 'workers-qb';
3131

3232
// ... (D1QB initialization and User type definition from previous examples) ...
3333

0 commit comments

Comments
 (0)