@@ -52,9 +52,6 @@ determine who should be notified of comments.
52
52
<dt >assignee</dt >
53
53
<dd >The User object which was assigned to (or unassigned from) this Issue. Only provided for `assigned` and `unassigned` events.</dd >
54
54
55
- <dt >assigner</dt >
56
- <dd >The User object that performed the assignment (or unassignment) for this Issue. Only provided for `assigned` and `unassigned` events.</dd >
57
-
58
55
<dt >milestone</dt >
59
56
<dd >The Milestone object including a `title` attribute. Only provided for `milestoned` and
60
57
` demilestoned ` events.</dd >
@@ -72,7 +69,7 @@ another issue. Only provided for `cross-referenced` events.</dd>
72
69
73
70
<dl >
74
71
<dt >assigned</dt >
75
- <dd >The issue was assigned to theactor .</dd >
72
+ <dd >The issue was assigned to theassignee .</dd >
76
73
77
74
<dt >closed</dt >
78
75
<dd >The issue was closed by the actor. When the commit_id is present, it
@@ -130,7 +127,7 @@ source.</dd>
130
127
<dd >The actor subscribed to receive notifications for an issue.</dd >
131
128
132
129
<dt >unassigned</dt >
133
- <dd >Theactor was unassigned from the issue.</dd >
130
+ <dd >Theassignee was unassigned from the issue.</dd >
134
131
135
132
<dt >unlabeled</dt >
136
133
<dd >A label was removed from the issue.</dd >