From 5e8676cb6a79215155fb7f736e3b1115c6bfb67c Mon Sep 17 00:00:00 2001 From: Wes Biggs <40926006+wesbiggs@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:32:21 -0500 Subject: [PATCH] Fixes a copy-paste error for inline ProfileResource documentation (#2) Co-authored-by: Wes Biggs --- avro/ProfileResource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avro/ProfileResource.ts b/avro/ProfileResource.ts index edc5d1e..1840386 100644 --- a/avro/ProfileResource.ts +++ b/avro/ProfileResource.ts @@ -4,7 +4,7 @@ const ProfileResource: Schema = { namespace: "org.dsnp", name: "ProfileResource", type: "record", - doc: "A relationship to another DSNP user", + doc: "Profile-linked resource", fields: [ { name: "type",