diff options
author | A.E Clarence <33183127+clarnx@users.noreply.github.com> | 2020-05-17 15:36:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 11:36:01 -0400 |
commit | 4db4a7fbccad698a1e91ea0c9b6c9a68c2d553f7 (patch) | |
tree | 45fce192c4635a54de44429207cb25ff66689393 /std/fs/move.ts | |
parent | 2c71780cfbba0b2de1682196114c80be641187b0 (diff) |
Improve moveSync jsdoc
Diffstat (limited to 'std/fs/move.ts')
-rw-r--r-- | std/fs/move.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/move.ts b/std/fs/move.ts index 4a6395365..6aeca29ea 100644 --- a/std/fs/move.ts +++ b/std/fs/move.ts @@ -35,7 +35,7 @@ export async function move( return; } -/** Moves a file or directory */ +/** Moves a file or directory synchronously */ export function moveSync( src: string, dest: string, |