fix(pathlib): use => since it's a procedure

This commit is contained in:
GreasySlug 2024-09-22 22:11:42 +09:00
parent 1f5e9cbc9f
commit a2e8ba4322

View file

@ -45,7 +45,7 @@
chmod!: (self: .Path, mode: Nat) => NoneType
exists!: (self: .Path) => Bool
expanduser!: (self: .Path) => .Path
glob!: (self: .Path, pattern: Str) -> Generator .Path
glob!: (self: .Path, pattern: Str) => Generator .Path
home!: () => .Path
iterdir!: (self: .Path) => Generator .Path
joinpath: (self: .Path, *other: PathLike) -> .Path