Skip to content

Commit 2747ba4

Browse files
authored
Update registry-web-api.md yank/unyank comments
1 parent 5f40a97 commit 2747ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/registry-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ A successful response includes the JSON object:
196196

197197
```javascript
198198
{
199-
// Indicates the delete succeeded, always true.
199+
// Indicates the yank succeeded, always true.
200200
"ok": true,
201201
}
202202
```
@@ -214,7 +214,7 @@ A successful response includes the JSON object:
214214

215215
```javascript
216216
{
217-
// Indicates the delete succeeded, always true.
217+
// Indicates the unyank succeeded, always true.
218218
"ok": true,
219219
}
220220
```

0 commit comments

Comments
 (0)