mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
fix(pathlib): use =>
since it's a procedure
This commit is contained in:
parent
1f5e9cbc9f
commit
a2e8ba4322
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue