Merge pull request #7547 from kaiyuezhou/kaiyuezhou/fix-typo

Fix typo in java doc
This commit is contained in:
Simone Bordet 2022-02-08 10:15:45 +01:00 committed by GitHub
commit ce0d3c7b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public interface Request
/** /**
* Shortcut method to specify a file as a content for this request, with the default content type of * Shortcut method to specify a file as a content for this request, with the default content type of
* "application/octect-stream". * "application/octet-stream".
* *
* @param file the file to upload * @param file the file to upload
* @return this request object * @return this request object