chore: fix docs in FieldImage (#7403)

This commit is contained in:
Rachel Fenichel
2023-08-16 16:30:58 -07:00
committed by GitHub
parent 9efd944de7
commit 10ab8738af

View File

@@ -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;