We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33f58b commit 2834af8Copy full SHA for 2834af8
1 file changed
README.md
@@ -193,7 +193,7 @@ client.dir("data://.my/robots").delete(false);
193
194
### List directory contents
195
196
-Iterate over the contents of a directory using the iterated returned by calling `files`, or `dirs` on a `DataDirectory` object:
+Iterate over the contents of a directory using the iterator returned by calling `files`, or `dirs` on a `DataDirectory` object:
197
198
```java
199
// List top level directories
0 commit comments