Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[es] update collections to v1.2.5 #1728

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

edwinallenz
Copy link
Contributor

Update collections to latest Spanish version

@doomspork doomspork requested a review from a team February 23, 2019 23:30
@doomspork doomspork added the translation The translation of Elixir School content label Feb 23, 2019
@doomspork
Copy link
Member

Thanks again for all your help @edwinallenz! I hope you and your's are doing well 😁

@@ -37,7 +39,7 @@ iex> [1, 2] ++ [3, 4, 1]
[1, 2, 3, 4, 1]
```

Una aclaración acerca de la notación utilizada arriba (`++/2`): en Elixir (y Erlang, sobre el cual Elixir está construido), el nombre de una función u operador tiene dos componentes: el nombre en sí (en este caso `++`) y su _aridad_. La aridad es un concepto fundacional al hablar de código en Elixir y Erlang; es el número de argumentos que una función recibe (dos, en este caso). El nombre y la aridad estan unidos por una barra (`/`). Hablaremos más acerca de esta más adelante. Conocer esto te ayudará a entender la notación por el momento.
Una aclaración acerca de la notación utilizada arriba (`++/2`): en Elixir (y Erlang, sobre el cual Elixir está construido), el nombre de una función u operador tiene dos componentes: el nombre en sí (en este caso `++`) y su _aridad_. La aridad es un concepto fundacional al hablar de código en Elixir y Erlang; es el número de argumentos que una función recibe (dos, en este caso). El nombre y la aridad estan unidos por una barra (`/`). Hablaremos más acerca de esta más adelante; conocer esto te ayudará a entender la notación por el momento.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fundacional -> fundamental

es/lessons/basics/collections.md Show resolved Hide resolved
es/lessons/basics/collections.md Show resolved Hide resolved
@edwinallenz
Copy link
Contributor Author

@erickgnavar ya arregle el typo aqui tambien. Me cuentas slds

@erickgnavar
Copy link
Member

LGTM @doomspork

@doomspork doomspork merged commit 558ae87 into elixirschool:master Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation The translation of Elixir School content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants