diff --git a/select2-latest.html b/select2-latest.html
index b288a9c4..bd6e8728 100644
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -1560,7 +1560,7 @@ $("#select").select2({
Parameter | Type | Description |
data | object | Retrieved data. |
page | int | Page number that was passed into the data function above. |
- context | object | See options.context parameter to the query function above. |
+ query | object | The query object used to request this set of results. |
<returns> | object | Results object. See "options.callback" in the "query" function for format. |