diff --git a/src/ajax.js b/src/ajax.js index 8186a72fa..42d59650a 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -166,7 +166,7 @@ // *Arguments:* // // url — url to which the request is sent - // success — callback that is executed if the request succeeds + // [success] — callback that is executed if the request succeeds // // *Examples:* //