diff --git a/intro-stream-processing.html b/intro-stream-processing.html
index 4a5110d..daf59b9 100644
--- a/intro-stream-processing.html
+++ b/intro-stream-processing.html
@@ -54,10 +54,6 @@
color: white;
}
- img {
- max-height: 90%;
- }
-
td.seen {
font-style: italic;
font-weight: bold;
@@ -72,6 +68,11 @@
.reveal h1 {
font-size: 3em !important;
}
+
+ .plain {
+ background-color: white !important;
+ padding: 10px !important;
+ }
@@ -118,45 +119,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -196,6 +170,8 @@
+ "Read Ready"
+
@@ -467,9 +443,9 @@ light.switch()
- (map lambda iterator)
- (fold lambda iterator start)
- (filter lambda iterator start)
+ (map lambda iterable)
+ (fold lambda iterable start)
+ (filter lambda iterable)
@@ -526,15 +502,15 @@ light.switch()
-
+
-
+
-
+