From 73ebf35d2b05f70cbbce56bcf1c73b985d4448ed Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 15 May 2019 04:47:48 +0200 Subject: [PATCH] fix 2.3 --- ex2/main_3.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex2/main_3.tex b/ex2/main_3.tex index aef9625..b02c427 100644 --- a/ex2/main_3.tex +++ b/ex2/main_3.tex @@ -11,6 +11,6 @@ \textbf{Reduce function:} Receives input of the form (t; [x_{1},…,x_{n}]), where each x_{i} is either the form of ''R'' or ''S''. - Outputs (t,t) if the input contains both values ''R'' and ''S'' and - outputs nothing otherwise.\\ + Outputs (t,t) if the input contains ''R'' but not ''S''. + Outputs nothing otherwise.\\ \end{enumerate} -- 2.43.0