소스 검색

correct comment

Ben Hsieh 9 년 전
부모
커밋
a156e4eb27
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/fs.js

+ 2
- 2
src/fs.js 파일 보기

@@ -42,8 +42,8 @@ function getSystemDirs() {
42 42
 
43 43
 /**
44 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 48
 function session(name:string):RNFetchBlobSession {
49 49
   let s = sessions[name]