mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
docs: add missed indentation for moonwave doc comment
This commit is contained in:
parent
3e6de07545
commit
8269686f86
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ type ZipEntryInner = {
|
|||
|
||||
-- stylua: ignore
|
||||
--[=[
|
||||
@within ZipEntry
|
||||
@type MadeByOS "FAT" | "AMIGA" | "VMS" | "UNIX" | "VM/CMS" | "Atari ST" | "OS/2" | "MAC" | "Z-System" | "CP/M" | "NTFS" | "MVS" | "VSE" | "Acorn RISCOS" | "VFAT" | "Alternate MVS" | "BeOS" | "TANDEM" | "OS/400" | "OS/X" | "Unknown"
|
||||
@within ZipEntry
|
||||
@type MadeByOS "FAT" | "AMIGA" | "VMS" | "UNIX" | "VM/CMS" | "Atari ST" | "OS/2" | "MAC" | "Z-System" | "CP/M" | "NTFS" | "MVS" | "VSE" | "Acorn RISCOS" | "VFAT" | "Alternate MVS" | "BeOS" | "TANDEM" | "OS/400" | "OS/X" | "Unknown"
|
||||
|
||||
The OS that created the ZIP.
|
||||
]=]
|
||||
|
|
Loading…
Add table
Reference in a new issue