Skip to content

Commit

Permalink
Auto merge of #12619 - gzz2000:master, r=ehuss
Browse files Browse the repository at this point in the history
Update registry-web-api.md yank/unyank comments
  • Loading branch information
bors committed Sep 4, 2023
2 parents 5f40a97 + 2747ba4 commit 5a856bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/registry-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ A successful response includes the JSON object:

```javascript
{
// Indicates the delete succeeded, always true.
// Indicates the yank succeeded, always true.
"ok": true,
}
```
Expand All @@ -214,7 +214,7 @@ A successful response includes the JSON object:

```javascript
{
// Indicates the delete succeeded, always true.
// Indicates the unyank succeeded, always true.
"ok": true,
}
```
Expand Down

0 comments on commit 5a856bf

Please sign in to comment.