From 33475f04486e763616962f4dd2bda67b31758e27 Mon Sep 17 00:00:00 2001 From: Eric Myhre Date: Wed, 28 Dec 2022 18:13:13 +0100 Subject: [PATCH] Fix mispatched package declaration. --- schema/dmt/doc.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/dmt/doc.go b/schema/dmt/doc.go index d0d16795..fe4fba9d 100644 --- a/schema/dmt/doc.go +++ b/schema/dmt/doc.go @@ -22,5 +22,9 @@ The `dmt.Prototype.Schema` value is a NodePrototype that can be used to handle I Typically this package is imported aliased as "schemadmt", since "dmt" is a fairly generic term in the IPLD ecosystem (see https://ipld.io/glossary/#dmt ). + +Many types in this package lack documentation directly on the type; +generally, these are structs that match the IPLD schema-schema, +and so you can find descriptions of them in documentation for the schema-schema. */ -package dmt +package schemadmt