diff --git a/core/field.ts b/core/field.ts index d562782d1..c539450d3 100644 --- a/core/field.ts +++ b/core/field.ts @@ -79,9 +79,7 @@ export abstract class Field * the prototype. * * Example: - * ```typescript - * FieldImage.prototype.DEFAULT_VALUE = null; - * ``` + * `FieldImage.prototype.DEFAULT_VALUE = null;` */ DEFAULT_VALUE: T | null = null;