Skip to content

Commit 0b4c4d8

Browse files
Merge pull request MicrosoftDocs#5259 from PesBandi/patch-2
Remove workaround that's not needed anymore
2 parents a244b73 + 035bce7 commit 0b4c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/powertoys/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If the program plugin's option **Include in global result** is not selected, inc
169169
> [!IMPORTANT]
170170
> Please be aware of the different decimal and thousand delimiters supported by different locals.
171171
> The Calculator plugin respects the number format settings of your system. If you prefer the English (United States) number format, change the behavior for the query input and the result output in the [plugin manager](#plugin-manager).
172-
> If your system's number format uses the comma (`,`) as the decimal delimiter, you have to include a space between the number(s) and comma(s) on operations with multiple parameters. The input has to look like this: `min( 1,2 , 3 , 5,7)` or `min( 1.2 , 3 , 5.7)`.
172+
> If your system's number format uses the same character for the list separator and either the decimal or group separator, you have to include a space between the numbers and list separator(s) on operations with multiple arguments. The input has to look like this: `min(7,8 , 9 , 4,3)` or `min(123,456,789 , 4,321)`.
173173
174174
> [!TIP]
175175
> The Calculator plugin can handle some implied multiplications like `2(3+4)` and `(1+2)(3+4)` by inserting the multiplication operator where appropriate.

0 commit comments

Comments
 (0)