From 916482e6eb4bdb44ed49f3fe43f84745551d72c5 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 15 Oct 2019 14:22:37 +0200 Subject: [PATCH] Update docs --- doc/jsonrpc.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/jsonrpc.qdoc b/doc/jsonrpc.qdoc index 061a914f..1f8cad55 100644 --- a/doc/jsonrpc.qdoc +++ b/doc/jsonrpc.qdoc @@ -257,8 +257,7 @@ \section1 Getting notifications In order to enable/disable notifications on your socket, the methods \l{JSONRPC.SetNotificationStatus} can be used. By default, - the notifications on a new created connection are disabled. If you get disconnected, the notification have to - be enabled again on the next connection. + the notifications on a new created connection are disabled. If you get disconnected, the notification must be enabled again for the next connection. Once the notifications are enabled, the server will start notifying you with all different notifications described in section \l{Notifications}.