Skip to content

Commit 4a2be83

Browse files
committed
Fix typo in list_folder documentation
1 parent 53437dc commit 4a2be83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dropbox/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_thumbnail(path, format='jpeg', size='w64h64')
132132
# Get the contents of a folder.
133133
#
134134
# @param [String] path
135-
# @return [Array<Dropbox::Metadata]
135+
# @return [Array<Dropbox::Metadata>]
136136
def list_folder(path)
137137
resp = request('/files/list_folder', path: path)
138138
resp['entries'].map { |e| parse_tagged_response(e) }

0 commit comments

Comments
 (0)