瀏覽代碼

correct comment

Ben Hsieh 9 年之前
父節點
當前提交
a156e4eb27
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/fs.js

+ 2
- 2
src/fs.js 查看文件

42
 
42
 
43
 /**
43
 /**
44
  * Get a file cache session
44
  * Get a file cache session
45
- * @param  {[type]} name:string [description]
46
- * @return {[type]}             [description]
45
+ * @param  {string} name Stream ID
46
+ * @return {RNFetchBlobSession}
47
  */
47
  */
48
 function session(name:string):RNFetchBlobSession {
48
 function session(name:string):RNFetchBlobSession {
49
   let s = sessions[name]
49
   let s = sessions[name]