Skip to content

Commit bb774bc

Browse files
docs: Add <filepath@> to diagram, chains to json
1 parent 9d16c23 commit bb774bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/explanation/type-system.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ graph TB
1717
attach_at["‹attach@›"]
1818
npy["‹npy@›"]
1919
object["‹object@›"]
20+
filepath["‹filepath@›"]
2021
hash["‹hash@›"]
2122
plugin["‹plugin›"]
2223
end
@@ -44,6 +45,7 @@ graph TB
4445
hash --> json
4546
npy --> json
4647
object --> json
48+
filepath --> json
4749
4850
bytes --> BYTES_N
4951
json --> JSON_N

0 commit comments

Comments
 (0)