Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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