Skip to content

Commit

Permalink
chore: fix docs in FieldImage (#7403)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Aug 16, 2023
1 parent 9efd944 commit 10ab873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ export abstract class Field<T = any>
* the prototype.
*
* Example:
* ```typescript
* FieldImage.prototype.DEFAULT_VALUE = null;
* ```
* `FieldImage.prototype.DEFAULT_VALUE = null;`
*/
DEFAULT_VALUE: T | null = null;

Expand Down

0 comments on commit 10ab873

Please sign in to comment.