Skip to content

Commit

Permalink
Fixes a copy-paste error for inline ProfileResource documentation (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Biggs <[email protected]>
  • Loading branch information
wesbiggs and Wes Biggs authored Sep 18, 2024
1 parent 7e327e3 commit 5e8676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro/ProfileResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e8676c

Please sign in to comment.