Skip to content

Commit 4cd68c6

Browse files
author
Damion Werner
committed
fix minor example mistake
1 parent 9ca5fa7 commit 4cd68c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malstrom-core/examples/basic_operators.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn build_dataflow(provider: &mut dyn StreamProvider) -> () {
1717
provider
1818
.new_stream()
1919
.source(
20-
// <-- this is an operator
20+
// this is an operator
2121
"iter-source",
2222
StatelessSource::new(SingleIteratorSource::new(0..=100)),
2323
)

0 commit comments

Comments
 (0)