Skip to content

Commit 84aa336

Browse files
tshepangspastorino
authored andcommitted
a colon there is unusual (#415)
1 parent d420542 commit 84aa336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how-to-build-and-run.md

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

0 commit comments

Comments
 (0)