Skip to content

Commit 3b61b86

Browse files
authored
Merge pull request MicrosoftDocs#967 from sekharmalla/patch-1
Update operators.md
2 parents 6c9882d + 162b937 commit 3b61b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

power-platform/power-fx/operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ search.app:
1919
> [!NOTE]
2020
> Microsoft Power Fx is the new name for the canvas apps formula language. These articles are work in progress as we extract the language from canvas apps, integrate it with other Microsoft Power Platform products, and make it available as open source. Start with the [Microsoft Power Fx Overview](overview.md) for an introduction to the language.
2121
22-
The operators in Microsoft Power Fx are described bdlow. Some of these operators are dependent on the language of the author. See [Global apps](global.md) for more information.
22+
The operators in Microsoft Power Fx are described below. Some of these operators are dependent on the language of the author. See [Global apps](global.md) for more information.
2323

2424

2525
| Symbol | Type | Syntax | Description |
@@ -310,4 +310,4 @@ Some functions create [record scopes](/powerapps/maker/canvas-apps/working-with-
310310
* To access values from nested record scopes, use the **@** operator with the name of the table being operated upon using this pattern:<br>_Table_**[@**_FieldName_**]**
311311
* To access global values, such as data sources, collections, and context variables, use the pattern **[@**_ObjectName_**]** (without a table designation).
312312

313-
For more information and examples, see [record scopes](/powerapps/maker/canvas-apps/working-with-tables).
313+
For more information and examples, see [record scopes](/powerapps/maker/canvas-apps/working-with-tables).

0 commit comments

Comments
 (0)