We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d153530 commit cea8b98Copy full SHA for cea8b98
packages/language/src/document.js
@@ -39,9 +39,8 @@ var is = require('is');
39
* @param {object|string|module:storage/file} config - Configuration object, the
40
* inline content of the document, or a Storage File object.
41
* @param {string|module:storage/file} options.content - If using `config` as an
42
- * object to specify the encoding and/or language of the document, use this
43
- * property to pass the inline content of the document or a Storage File
44
- * object.
+ * object to specify the language of the document, use this property to pass
+ * the inline content of the document or a Storage File object.
45
* @param {string} options.language - The language of the text.
46
* @return {module:language/document}
47
*
0 commit comments