diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-01 19:48:18 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-01 22:30:57 -0400 |
| commit | 393f751a274c338db1c4f675f796257106e9d579 (patch) | |
| tree | d3dfd569b86d538ad6eee32708280dc76aba3095 /js | |
| parent | 3a6d4e62603a711a9ae3e0fa30fd4fd039169de1 (diff) | |
Format.
Diffstat (limited to 'js')
| -rw-r--r-- | js/truncate.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/truncate.ts b/js/truncate.ts index 7b6e2f8e9..05bee7168 100644 --- a/js/truncate.ts +++ b/js/truncate.ts @@ -5,7 +5,7 @@ import * as dispatch from "./dispatch"; /** * Truncates or extends the specified file synchronously, - * updating the size of this file to become size. + * updating the size of this file to become size. * * import { truncateSync } from "deno"; * @@ -17,7 +17,7 @@ export function truncateSync(name: string, len?: number): void { /** * Truncates or extends the specified file, - * updating the size of this file to become size. + * updating the size of this file to become size. * * import { truncate } from "deno"; * |
