From 1d1a129f05d835aa09e7f032b95ca08d9009f87d Mon Sep 17 00:00:00 2001
From: wetzels <wetzels@rhrk.uni-kl.de>
Date: Tue, 26 Apr 2022 18:51:26 +0200
Subject: [PATCH] Update Exercise 1 (typo)

---
 ex1/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex1/README.md b/ex1/README.md
index eb12030..a2bf3d2 100644
--- a/ex1/README.md
+++ b/ex1/README.md
@@ -38,7 +38,7 @@ Start with a simple elevation filter ([`vtkElevationFilter`](https://vtk.org/doc
 
 Note however, that the elevation only depends on a direction. Still, please use sensible values (e.g. corresponding to the height of the cylinder). 
 
-Generally, to connect to filters, you need to use a construction of the form
+Generally, to connect two filters, you need to use a construction of the form
 ```
 filter2->SetInputConnection( filter1->GetOutputPort() )
 ```
-- 
GitLab