Skip to content

Commit b49e02b

Browse files
committed
Tweak docstring
1 parent e86e6db commit b49e02b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nativeIo.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export class NativeIo implements Io {
8282
}
8383

8484
/**
85-
* Reads the JSON-encoded request from the request file, unlinking the file
86-
* after reading.
85+
* Reads the JSON-encoded request from the request file
8786
* @returns A promise that resolves to a Response object
8887
*/
8988
async readRequest(): Promise<Request> {

0 commit comments

Comments
 (0)