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 6e230c1 commit b806856Copy full SHA for b806856
src/PropertyShapeDocument.js
@@ -801,7 +801,7 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
801
return ''
802
}
803
return html`
804
- <div class="fixed-type-size"><span>This is a custom avro value</span></div>`;
+ <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>`;
805
806
807
/**
0 commit comments