fix very minor punctuation typo

This commit is contained in:
Joshument 2022-10-05 10:34:45 -04:00 committed by Tshepang Mbambo
parent a613d5b9e1
commit e864cdb9b7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ satisfy/optimize for. For example,
of space on the user's system... of space on the user's system...
- Compiler memory usage: while compiling a program, we don't want to use more - Compiler memory usage: while compiling a program, we don't want to use more
memory than we need. 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. analyses often means the compiler can do better optimizations.
- Program size: how large is the compiled binary? Similar to the previous - Program size: how large is the compiled binary? Similar to the previous
point. point.