Skip to content

Commit e202dc1

Browse files
docs: improve
1 parent 2ee2709 commit e202dc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CoreApi/IFileSystemApi.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)