diff --git a/reference/sam/functions/SAM-Connection-connect.xml b/reference/sam/functions/SAM-Connection-connect.xml index 3c2370e178..e2f9dd3243 100644 --- a/reference/sam/functions/SAM-Connection-connect.xml +++ b/reference/sam/functions/SAM-Connection-connect.xml @@ -1,5 +1,5 @@ - + SAMConnection->connect() @@ -171,9 +171,9 @@ Optional connect option to indicate to an MQTT server that all previous connection data for this client should be removed and that subscriptions should be deleted when the client - disconnects explicitly or unexpectedly. Setting the value to &true causes SAM to discard + disconnects explicitly or unexpectedly. Setting the value to &true; causes SAM to discard any subscription already in place for the client when it connects and also to discard - subscription when the client disconnects. Setting the option to &false, or using the + subscription when the client disconnects. Setting the option to &false;, or using the default, allows subscriptions to be durable and survive across client disconnects.