projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
fd7c4d9
)
s/that iterators/that iterates/
author
Alexander Krotov
<ilabdsf@gmail.com>
Tue, 13 Sep 2016 23:53:58 +0000
(
02:53
+0300)
committer
Alexander Krotov
<ilabdsf@gmail.com>
Tue, 13 Sep 2016 23:53:58 +0000
(
02:53
+0300)
src/part09.rs
patch
|
blob
|
history
diff --git
a/src/part09.rs
b/src/part09.rs
index 5916258a3da7e4d830b705361cf147010cc64558..0ca4a430178ce71be13f792733394af38acbb67b 100644
(file)
--- a/
src/part09.rs
+++ b/
src/part09.rs
@@
-89,7
+89,7
@@
fn print_digits_v2(b: &BigInt) {
// **Exercise 09.1**: Write a testcase for the iterator, making sure it yields the corrects numbers.
//
// **Exercise 09.1**: Write a testcase for the iterator, making sure it yields the corrects numbers.
//
-// **Exercise 09.2**: Write a function `iter_ldf` that iterat
or
s over the digits with the least-significant
+// **Exercise 09.2**: Write a function `iter_ldf` that iterat
e
s over the digits with the least-significant
// digits coming first. Write a testcase for it.
// ## Iterator invalidation and lifetimes
// digits coming first. Write a testcase for it.
// ## Iterator invalidation and lifetimes