diff --git a/doc_classes/BTCheckAgentProperty.xml b/doc_classes/BTCheckAgentProperty.xml
index f6e271e..9e73d3f 100644
--- a/doc_classes/BTCheckAgentProperty.xml
+++ b/doc_classes/BTCheckAgentProperty.xml
@@ -4,19 +4,20 @@
BT condition that checks agent's property value.
- BTCheckAgentProperty checks agent's property value against [member value] and returns [code]SUCCESS[/code] or [code]FAILURE[/code] based on the [member check_type].
+ BTCheckAgentProperty examines the agent's property value and compares it to [member value].
+ Returns [code]SUCCESS[/code] or [code]FAILURE[/code] based on the [member check_type].
- Type of check to perform.
+ The type of check to be performed.
- Parameter that specifies the agent's property which will be compared.
+ Parameter that specifies the agent's property to be compared.
- Parameter that specifies the value to which an agent's property will be compared.
+ Parameter that specifies the value against which an agent's property will be compared.
diff --git a/doc_classes/BTSetAgentProperty.xml b/doc_classes/BTSetAgentProperty.xml
index 89b4b47..ded7d58 100644
--- a/doc_classes/BTSetAgentProperty.xml
+++ b/doc_classes/BTSetAgentProperty.xml
@@ -1,7 +1,7 @@
- BT action that assigns a value to agent's property.
+ BT action that assigns a value to the specified agent's property.
BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property] and returns [code]SUCCESS[/code].