fix: grammar mistakes

This commit is contained in:
Paul Waldmann
2018-11-18 05:03:43 +08:00
committed by Inanc Gumus
parent 9806e01284
commit 06891c57fc
27 changed files with 86 additions and 85 deletions

View File

@ -32,12 +32,12 @@
## Which one below is true for runtime?
1. It happens when your program starts running in a computer *CORRECT*
1. It happens when your program starts running on a computer *CORRECT*
2. It happens while your program is being compiled
## Which one below is true for the compile-time?
1. It happens when your program starts running in a computer
1. It happens when your program starts running on a computer
2. It happens while your program is being compiled *CORRECT*
@ -54,4 +54,4 @@
>
> **3:** Running can only happen after the compile-time
>
>
>