diff --git a/content/patterns/dialog-modal/examples/js/dialog.js b/content/patterns/dialog-modal/examples/js/dialog.js index 1fa43809c6..5788e6500e 100644 --- a/content/patterns/dialog-modal/examples/js/dialog.js +++ b/content/patterns/dialog-modal/examples/js/dialog.js @@ -85,7 +85,7 @@ aria.Utils = aria.Utils || {}; aria.OpenDialogList = aria.OpenDialogList || new Array(0); /** - * @returns {object} the last opened dialog (the current dialog) + * @returns {object|void} the last opened dialog (the current dialog) */ aria.getCurrentDialog = function () { if (aria.OpenDialogList && aria.OpenDialogList.length) {