From 7d141bb751c8f9afa5783ac828a6dbc1577a0929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Niemel=C3=A4?= Date: Thu, 5 Jun 2025 14:29:50 -0500 Subject: [PATCH] Fix type on `fix.json` --- data/en/fix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/en/fix.json b/data/en/fix.json index 86ff2ca79..e74c90da5 100644 --- a/data/en/fix.json +++ b/data/en/fix.json @@ -4,7 +4,7 @@ "syntax":"fix(number)", "returns":"numeric", "related":["int","floor"], - "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 (\\).", + "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 (\\).", "params": [ {"name":"number","description":"The number to convert","required":true,"default":"","type":"numeric","values":[]} ],