Skip to content

Commit 18ee478

Browse files
committed
one more
1 parent bc76230 commit 18ee478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Embedded text strings in a formula are enclosed in double quotation marks. Use
6464
Notify( "Jane said ""Hello, World!""" )
6565
```
6666

67-
results in a banner when the button is pressed, where the first and last double quotes are omitted (as they delimit the text string) and the doubled double quotes around **Hello, World!** are replaced with a single double quote:
67+
results in a banner when the button is pressed, where the first and last double quotes are omitted (as they delimit the text string) and the repeated double quotes around **Hello, World!** are replaced with a single double quote:
6868

6969
![pop up notification with the message Jane said "Hello, World"](media/data-types/literal-string.png)
7070

0 commit comments

Comments
 (0)