Skip to content

Commit 74722d7

Browse files
authored
Merge pull request #86104 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents d7b0f80 + c56405e commit 74722d7

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)