Skip to content

Commit b806856

Browse files
add custom type for avro
1 parent 6e230c1 commit b806856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropertyShapeDocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
801801
return ''
802802
}
803803
return html`
804-
<div class="fixed-type-size"><span>This is a custom avro value</span></div>`;
804+
<div class="fixed-type-size"><span>This is a custom Avro type. You can read the definitions for this value in the specification.</span></div>`;
805805
}
806806

807807
/**

0 commit comments

Comments
 (0)