From d6f5c055aab804e87367ab9633fb1e9a23c6e053 Mon Sep 17 00:00:00 2001 From: Filipe Moraes Date: Tue, 23 Nov 2021 22:52:43 -0300 Subject: Fix Typos (#3190) * fix: typos * fix: another typo --- .../web/javascript/reference/global_objects/date/tostring/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/date/tostring') diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html index 4ad224a22d..8e3e449aeb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html @@ -30,7 +30,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/toString

Descrição

-

Instâncias de {{jsxref("Date")}} herdam o método toString() de {{jsxref("Date.prototype")}}, não {{jsxref("Object.prototype")}}. Date.prototype.toString() returna uma string com a representação de Date no formato especificado na ECMA-262 que pode ser resumida como:

+

Instâncias de {{jsxref("Date")}} herdam o método toString() de {{jsxref("Date.prototype")}}, não {{jsxref("Object.prototype")}}. Date.prototype.toString() retorna uma string com a representação de Date no formato especificado na ECMA-262 que pode ser resumida como: