Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a156e4e

Browse files
committed
correct comment
1 parent 9017663 commit a156e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ function getSystemDirs() {
4242

4343
/**
4444
* Get a file cache session
45-
* @param {[type]} name:string [description]
46-
* @return {[type]} [description]
45+
* @param {string} name Stream ID
46+
* @return {RNFetchBlobSession}
4747
*/
4848
function session(name:string):RNFetchBlobSession {
4949
let s = sessions[name]

0 commit comments

Comments
 (0)