From 5fd961c347470c260faa77a32b963a9cba1b2693 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Sat, 12 Feb 2022 13:22:45 +0100
Subject: typos

---
 buch/chapters/040-rekursion/beta.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'buch/chapters/040-rekursion')

diff --git a/buch/chapters/040-rekursion/beta.tex b/buch/chapters/040-rekursion/beta.tex
index f244d18..fbaea46 100644
--- a/buch/chapters/040-rekursion/beta.tex
+++ b/buch/chapters/040-rekursion/beta.tex
@@ -59,7 +59,7 @@ B(x,y) - B(x+1,y)
 \end{align*}
 oder
 \begin{equation}
-B(x+1,y) = B(x,y) - B(x,y+1).
+B(x,y) = B(x+1,y) + B(x,y+1).
 \label{buch:rekursion:gamma:betarek1}
 \end{equation}
 %
-- 
cgit v1.2.1