From 6ea7f0c42162dc3fbd5d5e392cf3a9b177527f9d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 11:22:40 +0200 Subject: [PATCH] Client - Fixed documentation of `connect()` method --- source/birchwood/client/client.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index c86478d..1e60b4c 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -776,7 +776,8 @@ public class Client : Thread /** * Connects to the server * - * Throws: BirchwoodException + * Throws: + * BirchwoodException if there is an error connecting */ public void connect() {