From 0620e557da067a84c670d4b004f67f3b185fb1a6 Mon Sep 17 00:00:00 2001 From: Roger Comas Torres <42944977+rogerct@users.noreply.github.com> Date: Tue, 13 Aug 2019 21:14:03 +0100 Subject: [PATCH] Title change (#32853) I changed the title because it was grammatically wrong. --- guide/spanish/ruby/ruby-numbers-methods/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/ruby/ruby-numbers-methods/index.md b/guide/spanish/ruby/ruby-numbers-methods/index.md index a063a15b00..bf4fdbda7e 100644 --- a/guide/spanish/ruby/ruby-numbers-methods/index.md +++ b/guide/spanish/ruby/ruby-numbers-methods/index.md @@ -1,6 +1,6 @@ --- title: Ruby Number Methods -localeTitle: Métodos de números de rubíes +localeTitle: Métodos de números en Ruby --- Ruby proporciona una variedad de métodos incorporados que puedes usar en los números. La siguiente es una lista incompleta de métodos [enteros](https://ruby-doc.org/core-2.2.0/Integer.html) y [flotantes](https://ruby-doc.org/core-2.2.0/Float.html#method-i-ceil) . @@ -98,4 +98,4 @@ Use `.times` para iterar el bloque dado `int` veces. end #=> 0 1 2 3 4 -``` \ No newline at end of file +```