This commit is contained in:
Johannes 2022-04-20 12:51:45 +02:00
parent a9c39c582c
commit c7b2eeadb4
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

View file

@ -44,7 +44,7 @@ declare module 'vscode' {
}
/**
* Describes a structural change to a notebook document, e.g new added and removed cells.
* Describes a structural change to a notebook document, e.g newly added and removed cells.
*
* @see {@link NotebookDocumentChangeEvent}
*/