massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / vscode-languageserver-textdocument / lib / esm / main.d.ts
index 94b8c3cbc1737073ab03efca94d513f4fb585a97..8d7800939f411cd578bb10db13464611cf53da46 100644 (file)
@@ -168,10 +168,11 @@ export declare namespace TextDocument {
      */
     function create(uri: DocumentUri, languageId: string, version: number, content: string): TextDocument;
     /**
-     * Updates a TextDocument by modifing its content.
+     * Updates a TextDocument by modifying its content.
      *
      * @param document the document to update. Only documents created by TextDocument.create are valid inputs.
      * @param changes the changes to apply to the document.
+     * @param version the changes version for the document.
      * @returns The updated TextDocument. Note: That's the same document instance passed in as first parameter.
      *
      */