Skip to content

Commit 2834af8

Browse files
authored
Fix typo
1 parent c33f58b commit 2834af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ client.dir("data://.my/robots").delete(false);
193193

194194
### List directory contents
195195

196-
Iterate over the contents of a directory using the iterated returned by calling `files`, or `dirs` on a `DataDirectory` object:
196+
Iterate over the contents of a directory using the iterator returned by calling `files`, or `dirs` on a `DataDirectory` object:
197197

198198
```java
199199
// List top level directories

0 commit comments

Comments
 (0)