File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/google-cloud-language/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ var is = require('is');
3939 * @param {object|string|module:storage/file } config - Configuration object, the
4040 * inline content of the document, or a Storage File object.
4141 * @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.
42+ * object to specify the language of the document, use this property to pass
43+ * the inline content of the document or a Storage File object.
4544 * @param {string } options.language - The language of the text.
4645 * @return {module:language/document }
4746 *
You can’t perform that action at this time.
0 commit comments