From 0b7a2b288615ae42ecc9c31ec602e4ec55a42b9a Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 9 Jan 2020 02:26:07 +0100 Subject: [PATCH] spacing --- Functional programming.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Functional programming.tex b/Functional programming.tex index f11cccc..a8edaf5 100644 --- a/Functional programming.tex +++ b/Functional programming.tex @@ -204,7 +204,10 @@ fib n = fib (n - 2) + fib (n - 1) \begin{frame}[plain] \begin{center} {\Huge Thank you for your attention!}\\ - This presentation is avalable for download at:\\ + + \vspace{1cm} + + This presentation is available for download at:\\ \url{https://github.com/nek0/presentation-fp-haskell} \end{center} \end{frame}