Skip to content

Commit dbb6525

Browse files
htcfreekPesBandi
andauthored
fix grammar
Co-authored-by: PesBandi <[email protected]>
1 parent 6e0e9f4 commit dbb6525

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
@@ -198,7 +198,7 @@ The Calculator plugin supports the following operations:
198198
| Factorial | x! | |
199199
| Sign | sign( -x ) | A number that indicates the sign of value:<br />• `-1` if number is less than zero.<br />• `0` if number is zero.<br />• `1` if number is greater than zero. |
200200
| Random fractional number | rand() | Returns a fractional number between 0 and 1. |
201-
| Random integer number | randi( x ) | Returns a integer number between 0 and `x`. |
201+
| Random integer number | randi( x ) | Returns an integer number between 0 and `x`. |
202202
| Pi | pi | Returns the number pi. |
203203
| Sine | sin( x ) | |
204204
| Cosine | cos( x ) | |

0 commit comments

Comments
 (0)