Skip to content

Commit cbd097a

Browse files
authored
Merge pull request #1711 from JoelNiemela/patch-4
Fix type on `fix.json`
2 parents b6c92b3 + 7d141bb commit cbd097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/en/fix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"syntax":"fix(number)",
55
"returns":"numeric",
66
"related":["int","floor"],
7-
"description":"Converts a real number to an integer.\n**Tip:** If you want to `fix()` to outcome of a division, simply use the integer division operator (\\).",
7+
"description":"Converts a real number to an integer.\n**Tip:** If you want to `fix()` the outcome of a division, simply use the integer division operator (\\).",
88
"params": [
99
{"name":"number","description":"The number to convert","required":true,"default":"","type":"numeric","values":[]}
1010
],

0 commit comments

Comments
 (0)