Skip to content

Commit 7d141bb

Browse files
authored
Fix type on fix.json
1 parent ba57936 commit 7d141bb

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)