File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public interface IFileSystemApi
111111 /// Reads an existing IPFS file.
112112 /// </summary>
113113 /// <param name="path">
114- /// A path to an existing file, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
114+ /// An IPFS path to an existing file, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
115115 /// or "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V"
116116 /// </param>
117117 /// <param name="cancel">
@@ -130,7 +130,7 @@ public interface IFileSystemApi
130130 /// Reads an existing IPFS file with the specified offset and length.
131131 /// </summary>
132132 /// <param name="path">
133- /// A path to an existing file, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
133+ /// Am IPFS path to an existing file, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
134134 /// or "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V"
135135 /// </param>
136136 /// <param name="offset">
@@ -173,7 +173,7 @@ public interface IFileSystemApi
173173 /// Download IPFS objects as a TAR archive.
174174 /// </summary>
175175 /// <param name="path">
176- /// A path to an existing file or directory, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
176+ /// An IPFS path to an existing file or directory, such as "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"
177177 /// or "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V"
178178 /// </param>
179179 /// <param name="compress">
You can’t perform that action at this time.
0 commit comments