Skip to content

Commit c56405e

Browse files
Merge pull request #37542 from RobdeJong/patch-54
Update reference-connect-sync-functions-reference.md
2 parents c651a74 + 92a7923 commit c56405e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/hybrid/reference-connect-sync-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The BitAnd function sets specified bits on a value.
9898
**Remarks:**
9999
This function converts both parameters to the binary representation and sets a bit to:
100100

101-
* 0 - if one or both of the corresponding bits in *mask* and *flag* are 0
101+
* 0 - if one or both of the corresponding bits in *value1* and *value2* are 0
102102
* 1 - if both of the corresponding bits are 1.
103103

104104
In other words, it returns 0 in all cases except when the corresponding bits of both parameters are 1.
@@ -129,7 +129,7 @@ The CBool function returns a Boolean based on the evaluated expression
129129
`bool CBool(exp Expression)`
130130

131131
**Remarks:**
132-
If the expression evaluates to a nonzero value, then CBool returns True, else it returns False.
132+
If the expression evaluates to a non-zero value, then CBool returns True, else it returns False.
133133

134134
**Example:**
135135
`CBool([attrib1] = [attrib2])`

0 commit comments

Comments
 (0)