Skip to content

Commit 20cec54

Browse files
authored
refactor: fix a typo in function's summary (#273)
1 parent fb62a9b commit 20cec54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/test-utilities/src/streamUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { convertFromStream } from '@apimatic/convert-to-stream';
33

44
/**
55
* Get streaming data from a given URL.
6-
* @param client Instance of HttpClient to be used.
6+
* @param client HttpClient instance to fetch data.
77
* @param url URL from which to create the readable stream.
88
* @returns Stream of data fetched from the URL.
99
* @throws Error if unable to retrieve data from the URL.

0 commit comments

Comments
 (0)