From e864cdb9b70a53d4adc55cb94099fb5a1482d8bb Mon Sep 17 00:00:00 2001 From: Joshument <74075169+Joshument@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:34:45 -0400 Subject: [PATCH] fix very minor punctuation typo --- src/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overview.md b/src/overview.md index 3725e1f8..7fbdfd35 100644 --- a/src/overview.md +++ b/src/overview.md @@ -177,7 +177,7 @@ satisfy/optimize for. For example, of space on the user's system... - Compiler memory usage: while compiling a program, we don't want to use more memory than we need. -- Program speed: how fast is your compiled program. More/better compile-time +- Program speed: how fast is your compiled program? More/better compile-time analyses often means the compiler can do better optimizations. - Program size: how large is the compiled binary? Similar to the previous point.