summaryrefslogtreecommitdiff
path: root/src/04_funciones.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/04_funciones.md')
-rw-r--r--src/04_funciones.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/04_funciones.md b/src/04_funciones.md
index 3e21f97..eee27fb 100644
--- a/src/04_funciones.md
+++ b/src/04_funciones.md
@@ -159,8 +159,8 @@ 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