diff --git a/docs/destructuring.md b/docs/destructuring.md index 5f69ec7..fcb5e14 100644 --- a/docs/destructuring.md +++ b/docs/destructuring.md @@ -630,7 +630,7 @@ jQuery.ajax = function (url, { crossDomain = false, global = true, // ... more config -}) { +} = {}) { // ... do stuff }; ```