Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Jan 23, 2025
1 parent ae3f409 commit 0f50d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pubnub_ntf_enforcement.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0f50d01

Please sign in to comment.