Skip to content

Commit

Permalink
almende#2839 - Corrects documentation for DataSet get and how multipl…
Browse files Browse the repository at this point in the history
…e missing ids are handled.
  • Loading branch information
macleodbroad-wf committed Jul 27, 2017
1 parent e2abaac commit f34697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2 id="Methods">Methods</h2>
<td>Object | Array</td>
<td>
Get a single item, multiple items, or all items from the DataSet.
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.
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.
</td>
</tr>

Expand Down

0 comments on commit f34697e

Please sign in to comment.