aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/es/web/javascript/reference/global_objects/parsefloat/index.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/global_objects/parsefloat/index.md b/files/es/web/javascript/reference/global_objects/parsefloat/index.md
index e9af8acbd0..32e8d1a640 100644
--- a/files/es/web/javascript/reference/global_objects/parsefloat/index.md
+++ b/files/es/web/javascript/reference/global_objects/parsefloat/index.md
@@ -7,7 +7,6 @@ browser-compat: javascript.builtins.parseFloat
---
{{jsSidebar("Objects")}}
-
La función **`parseFloat()`** modifica (si es necesario, convierte un argumento de tipo cadena) y devuelve un número decimal.
{{EmbedInteractiveExample("pages/js/globalprops-parsefloat.html")}}