Skip to content

Commit 3f0d75f

Browse files
authored
Merge pull request MicrosoftDocs#21247 from changeworld/patch-3
Fix typo
2 parents 3fee5cd + ad9169e commit 3f0d75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/manage-apps/functions-for-customizing-application-data.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ When you configure provisioning to a SaaS application, one of the types of attri
2323
The syntax for Expressions for Attribute Mappings is reminiscent of Visual Basic for Applications (VBA) functions.
2424

2525
* The entire expression must be defined in terms of functions, which consist of a name followed by arguments in parentheses: <br>
26-
*FunctionName(<<argument 1>>,<<argument N>>)*
27-
* You may nest functions within each other. For example: <br> *FunctionOne(FunctionTwo(<<argument1>>))*
26+
*FunctionName(`<<argument 1>>`,`<<argument N>>`)*
27+
* You may nest functions within each other. For example: <br> *FunctionOne(FunctionTwo(`<<argument1>>`))*
2828
* You can pass three different types of arguments into functions:
2929

3030
1. Attributes, which must be enclosed in square brackets. For example: [attributeName]
3131
2. String constants, which must be enclosed in double quotes. For example: "United States"
32-
3. Other Functions. For example: FunctionOne(<<argument1>>, FunctionTwo(<<argument2>>))
32+
3. Other Functions. For example: FunctionOne(`<<argument1>>`, FunctionTwo(`<<argument2>>`))
3333
* For string constants, if you need a backslash ( \ ) or quotation mark ( " ) in the string, it must be escaped with the backslash ( \ ) symbol. For example: "Company name: \"Contoso\""
3434

3535
## List of Functions

0 commit comments

Comments
 (0)