From 4c6ffe59f4feba76a39a837767de8acbeb643061 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 21 Mar 2016 15:37:06 +0100 Subject: [PATCH] Documentation fix for Matrix.Room.get_member() Signed-off-by: Gergely Polonkai --- src/matrix-room.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix-room.vala b/src/matrix-room.vala index d91c6c7..33bde0d 100644 --- a/src/matrix-room.vala +++ b/src/matrix-room.vala @@ -223,7 +223,7 @@ public class Matrix.Room : GLib.Object { /** * Gets the profile of the room member specified in @user_id. If * that user is not added to the room yet, - * {@link Matrix.Error.NOT_FOUND) is thrown. + * {@link Matrix.Error.NOT_FOUND} is thrown. * * @param user_id the Matrix ID of the user to find * @param third_party gets a true value if the member is actually