mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
upd
This commit is contained in:
parent
c2106f029c
commit
d49f1c8fbf
|
@ -59,7 +59,7 @@ impl Iterator for Fibonacci {
|
|||
}
|
||||
```
|
||||
|
||||
Since fibonacci series are infinite, we always return Some(), but if you implement a non-infinite iterator you will have to return None at some point.
|
||||
Since fibonacci series are infinite, we always return `Some()`, but if you implement a non-infinite iterator you will have to return None at some point.
|
||||
|
||||
And then to see how it works:
|
||||
|
||||
|
|
Loading…
Reference in a new issue