Skip to content

Commit

Permalink
Fix comment, in replacing #1784 (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv authored and huan committed Jul 12, 2019
1 parent 68ecffd commit b5b4131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wechaty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class Wechaty extends Accessory implements Sayable {
* @property {Function} room-join -(this: Wechaty, room: Room, inviteeList: Contact[], inviter: Contact) => void
* @property {Function} room-topic -(this: Wechaty, room: Room, newTopic: string, oldTopic: string, changer: Contact) => void
* @property {Function} room-leave -(this: Wechaty, room: Room, leaverList: Contact[]) => void
* @property {Function} room-invite -(this: Wechaty, room: Room, leaverList: Contact[]) => void <br>
* @property {Function} room-invite -(this: Wechaty, room: Room, roomInvitation: RoomInvitation) => void <br>
* see more in {@link RoomInvitation}
*/

Expand Down

0 comments on commit b5b4131

Please sign in to comment.