a colon there is unusual (#415)

This commit is contained in:
Tshepang Lekhonkhobe 2019-08-05 23:03:34 +02:00 committed by Santiago Pastorino
parent 3046ae6638
commit 68192ad38e
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ whether the compiler builds is not enough. A common example is that
you need to add a `debug!` statement to inspect the value of some
state or better understand the problem. In that case, you really need
a full build. By leveraging incremental, though, you can often get
these builds to complete very fast (e.g., around 30 seconds): the only
these builds to complete very fast (e.g., around 30 seconds). The only
catch is this requires a bit of fudging and may produce compilers that
don't work (but that is easily detected and fixed).