option-iter: Fix typo in `extend` example

pull/63/head
Dov Murik 7 years ago committed by GitHub
parent 8d189fdf04
commit d4f20a9851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ logicians.extend(turing);
// equivalent to
if let Some(turing_inner) = turing {
bar.push(turing_inner);
logicians.push(turing_inner);
}
```

Loading…
Cancel
Save