fix docs to reflect implementation

This commit is contained in:
Izaya 2023-10-11 10:19:18 +10:00
parent 7f9c8d410d
commit c24689d1a6
1 changed files with 2 additions and 4 deletions

View File

@ -38,16 +38,14 @@ local ftypes = {
dfext = 2, dfext = 2,
ddir = 3, ddir = 3,
ddex = 4, ddex = 4,
dtfile = 5, tfile = 5,
dtext = 6, text = 6,
dlink = 7, dlink = 7,
unused = 8, unused = 8,
file = 9, file = 9,
fext = 10, fext = 10,
dir = 11, dir = 11,
dex = 12, dex = 12,
tfile = 13,
text = 14,
link = 15 link = 15
} }
``` ```