mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
fix typo
This commit is contained in:
parent
dabd9a5a0a
commit
86ac326885
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
// 1,000,000,000 partial values. And for each additional digit we have to
|
// 1,000,000,000 partial values. And for each additional digit we have to
|
||||||
// add a zero.
|
// add a zero.
|
||||||
// Even fast computers - and I mean really fast computers - get a bit warmer
|
// Even fast computers - and I mean really fast computers - get a bit warmer
|
||||||
// on the CPU when it comes to really many diggits. But the 8 digits are
|
// on the CPU when it comes to really many digits. But the 8 digits are
|
||||||
// enough for us for now, because we want to understand the principle and
|
// enough for us for now, because we want to understand the principle and
|
||||||
// nothing more, right?
|
// nothing more, right?
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue