Skip to content

Commit

Permalink
fix doc type of AceInlineScreenReader to enable API generation (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
InspiredGuy authored Oct 13, 2023
1 parent 8e41ac8 commit 3086776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autocomplete/inline_screenreader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class AceInlineScreenReader {
/**
* Creates the off-screen div in which the ghost text content in redered and which the screen reader reads.
* @param {import("../editor").Editor} editor
* @param {Editor} editor
*/
constructor(editor) {
this.editor = editor;
Expand Down

0 comments on commit 3086776

Please sign in to comment.