Skip to content

Commit f692ebd

Browse files
committed
docs: Update README
reference: #104
1 parent 271102e commit f692ebd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,16 @@ It will affect all inputs and outputs types (including models).
338338

339339
## Documentation and field options
340340

341-
Comments with double slash will projected to typescript code comments
341+
Comments with triple slash will projected to typescript code comments
342342
and some `@Field()` decorator options
343343

344344
For example:
345345

346346
```prisma
347347
model Product {
348-
// Old description
349-
// @deprecated Use new name instead
350-
oldName
348+
/// Old description
349+
/// @deprecated Use new name instead
350+
oldName String
351351
}
352352
```
353353

0 commit comments

Comments
 (0)