Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo in comments (#9758)
Browse files Browse the repository at this point in the history
Co-authored-by: Lin Jian <[email protected]>
ljian3377 and Lin Jian authored Jun 8, 2020
1 parent cb43305 commit 4d5e79f
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -5113,7 +5113,7 @@
"name": "x-ms-handle-id",
"x-ms-client-name": "handleId",
"in": "header",
"description": "Specifies handle ID opened on the file or directory to be closed. Asterix (‘*’) is a wildcard that specifies all handles.",
"description": "Specifies handle ID opened on the file or directory to be closed. Asterisk (‘*’) is a wildcard that specifies all handles.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
Original file line number Diff line number Diff line change
@@ -2163,7 +2163,7 @@
"required": false,
"type": "string",
"x-ms-parameter-location": "method",
"description": "A lease ID for the source path. If specified, the source path must have an active lease and the leaase ID must match."
"description": "A lease ID for the source path. If specified, the source path must have an active lease and the lease ID must match."
},
"FileSystem": {
"name": "filesystem",

0 comments on commit 4d5e79f

Please sign in to comment.