Skip to content

Commit a492cfc

Browse files
committed
Revert updating a doc
1 parent 58ae3d0 commit a492cfc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/doc/src/reference/registries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,7 @@ A successful response includes the JSON object:
546546
```javascript
547547
{
548548
// Indicates the remove succeeded, always true.
549-
"ok": true,
550-
// A string to be displayed to the user.
551-
"msg": "user someone has been deleted from owners of crate cargo"
549+
"ok": true
552550
}
553551
```
554552

0 commit comments

Comments
 (0)