Skip to content

Commit 1c8d159

Browse files
authored
Update README.md
1 parent be5e3dd commit 1c8d159

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,10 +2786,10 @@ Recuerda, ¡usa el control de versiones! No hay necesidad de tener código sin u
27862786

27872787
```ts
27882788
/**
2789-
* 2016-12-20: Removed monads, didn't understand them (RM)
2790-
* 2016-10-01: Improved using special monads (JP)
2791-
* 2016-02-03: Added type-checking (LI)
2792-
* 2015-03-14: Implemented combine (JR)
2789+
* 2016-12-20: Eliminadas las mónadas, no las entendía (RM).
2790+
* 2016-10-01: Mejorado el uso de mónadas especiales (JP)
2791+
* 2016-02-03: Añadida comprobación de tipos (LI)
2792+
* 2015-03-14: Implementado combinar (JR)
27932793
*/
27942794
function combine(a: number, b: number): number {
27952795
return a + b;
@@ -2824,14 +2824,14 @@ class Client {
28242824
contact: Contact;
28252825

28262826
////////////////////////////////////////////////////////////////////////////////
2827-
// public methods
2827+
// metodos publicos
28282828
////////////////////////////////////////////////////////////////////////////////
28292829
public describe(): string {
28302830
// ...
28312831
}
28322832

28332833
////////////////////////////////////////////////////////////////////////////////
2834-
// private methods
2834+
// metodos privados
28352835
////////////////////////////////////////////////////////////////////////////////
28362836
private describeAddress(): string {
28372837
// ...
@@ -2909,6 +2909,9 @@ Esta guía está también disponible en los siguientes idiomas:
29092909
- ![ru](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Russia.png) **Ruso**: [Real001/clean-code-typescript](https://github.com/Real001/clean-code-typescript)
29102910
- ![tr](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Turkey.png) **Turco**: [ozanhonamlioglu/clean-code-typescript](https://github.com/ozanhonamlioglu/clean-code-typescript)
29112911
- ![vi](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Vietnam.png) **Vietnamita**: [hoangsetup/clean-code-typescript](https://github.com/hoangsetup/clean-code-typescript)
2912-
Las referencias serán añadidas cuando las traducciones sean completadas.
2913-
Pásate por esta [discusión](https://github.com/labs42io/clean-code-typescript/issues/15) para más detalles sobre el progreso.
2914-
Puedes hacer una indispensable contribución a la comunidad de _Clean Code_ traduciendo esta guía a tu idioma.
2912+
2913+
Las referencias serán añadidas cuando las traducciones sean completadas.
2914+
Pásate por esta [discusión](https://github.com/labs42io/clean-code-typescript/issues/15) para más detalles sobre el progreso.
2915+
Puedes hacer una indispensable contribución a la comunidad de _Clean Code_ traduciendo esta guía a tu idioma.
2916+
2917+
**[⬆ volver al inicio](#tabla-de-contenidos)**

0 commit comments

Comments
 (0)