Extraneous characters

master
Bob Mottram 2019-07-19 13:12:01 +01:00
parent 78baf8903d
commit b3375c175e
1 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ This extends the ActivityPub client-to-server protocol to include activities cal
``` json ``` json
{ 'type': 'Delegate', { 'type': 'Delegate',
'actor': https://'+somedomain/users/admin, 'actor': https://somedomain/users/admin,
'object': { 'object': {
'type': 'Role', 'type': 'Role',
'actor': https://'+somedomain+'/users/'+other, 'actor': https://'+somedomain+'/users/'+other,
@ -415,7 +415,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca
``` json ``` json
{ 'type': 'Skill', { 'type': 'Skill',
'actor': https://'+somedomain/users/somenickname, 'actor': https://somedomain/users/somenickname,
'object': gardening;80, 'object': gardening;80,
'to': [], 'to': [],
'cc': []} 'cc': []}
@ -437,7 +437,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca
``` json ``` json
{ 'type': 'Availability', { 'type': 'Availability',
'actor': https://'+somedomain/users/somenickname, 'actor': https://somedomain/users/somenickname,
'object': ready, 'object': ready,
'to': [], 'to': [],
'cc': []} 'cc': []}