Skip to content

Commit b5e94a9

Browse files
macleodbroad-wfyotamberk
authored andcommitted
Fixes almende#2839 - Re-words documentation to reflect symmetrical input/output of get() when passed multiple ids. (almende#3315)
1 parent 059f307 commit b5e94a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/dataset.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h2 id="Methods">Methods</h2>
312312
<td>Object | Array</td>
313313
<td>
314314
Get a single item, multiple items, or all items from the DataSet.
315-
Usage examples can be found in section <a href="#Getting_Data">Getting Data</a>, and the available <code>options</code> are described in section <a href="#Data_Selection">Data Selection</a>. When no item is found, <code>null</code> is returned when a single item was requested, and and empty Array is returned in case of multiple id's.
315+
Usage examples can be found in section <a href="#Getting_Data">Getting Data</a>. The available <code>options</code> are described in section <a href="#Data_Selection">Data Selection</a>. When a single id is requested and not found <code>null</code> is returned. When multiple ids are requested and not found an Array containing <code>null</code>s is returned.
316316
</td>
317317
</tr>
318318

0 commit comments

Comments
 (0)