From 0f50d013836729214a52c9b7f516b729d0ac519b Mon Sep 17 00:00:00 2001 From: Xavrax Date: Thu, 23 Jan 2025 13:49:46 +0100 Subject: [PATCH] fix docs --- core/pubnub_ntf_enforcement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pubnub_ntf_enforcement.h b/core/pubnub_ntf_enforcement.h index 41864113..62981549 100644 --- a/core/pubnub_ntf_enforcement.h +++ b/core/pubnub_ntf_enforcement.h @@ -48,7 +48,7 @@ enum pubnub_api_enforcement { void pubnub_enforce_api(pubnub_t* pb, enum pubnub_api_enforcement policy); /* This section declares the functions that are used when the api enforcement - * policy is set to sync. They are bridge between the sync and callback interfaces. + * policy is set. They are bridge between the sync and callback interfaces. */ void pbntf_trans_outcome_sync(pubnub_t* pb, enum pubnub_state state);