summaryrefslogtreecommitdiff
path: root/src/04_funciones.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-12-13 16:12:50 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-12-13 16:12:50 +0100
commit0a9f8d045fa10e5932ddf9647d4c56a7e0e811b7 (patch)
treefa415c7ebb855a46936869aacdb9e8ec7c3671f4 /src/04_funciones.md
parent3e38f2af4bc3b29701b2e3d7b5043fced538e396 (diff)
Correct details
Diffstat (limited to 'src/04_funciones.md')
-rw-r--r--src/04_funciones.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/04_funciones.md b/src/04_funciones.md
index 9efaca5..a2bc34b 100644
--- a/src/04_funciones.md
+++ b/src/04_funciones.md
@@ -160,8 +160,9 @@ Las funciones lambda se usan un montón como *closure*, un concepto donde el
*scope* se trabaja más allá de lo que hemos visto. Sigamos visitando el
*scope*, para entender sus usos más en detalle.
-[^lambda]: Toman su nombre del [Lambda
- Calculus](https://en.wikipedia.org/wiki/Deductive_lambda_calculus).
+[^lambda]: Toman su nombre del Lambda
+ Calculus:
+ <https://en.wikipedia.org/wiki/Deductive_lambda_calculus>
## Scope avanzado