We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271102e commit f692ebdCopy full SHA for f692ebd
README.md
@@ -338,16 +338,16 @@ It will affect all inputs and outputs types (including models).
338
339
## Documentation and field options
340
341
-Comments with double slash will projected to typescript code comments
+Comments with triple slash will projected to typescript code comments
342
and some `@Field()` decorator options
343
344
For example:
345
346
```prisma
347
model Product {
348
- // Old description
349
- // @deprecated Use new name instead
350
- oldName
+ /// Old description
+ /// @deprecated Use new name instead
+ oldName String
351
}
352
```
353
0 commit comments