We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d420542 commit 84aa336Copy full SHA for 84aa336
src/how-to-build-and-run.md
@@ -434,7 +434,7 @@ whether the compiler builds is not enough. A common example is that
434
you need to add a `debug!` statement to inspect the value of some
435
state or better understand the problem. In that case, you really need
436
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
+these builds to complete very fast (e.g., around 30 seconds). The only
438
catch is this requires a bit of fudging and may produce compilers that
439
don't work (but that is easily detected and fixed).
440
0 commit comments