diff options
author | lshprung <lshprung@yahoo.com> | 2021-01-27 17:56:11 -0800 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-01-27 17:56:11 -0800 |
commit | 8420fa2a5184b1f9fb9cf6dbb1dc1f7cdb3bac9d (patch) | |
tree | 3e94cc63345204d1ee7d6a4e06a03e79def5e442 /01-07.md | |
parent | ce4ab12872270cda61a5c72e8420ddb730cd4c29 (diff) |
Fixed various small errors
Diffstat (limited to '01-07.md')
-rw-r--r-- | 01-07.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ int square(int A){ int B = square(2); //B will equal 4 ``` -### Specifiying Pre and Post conditions +### Specifying Pre and Post conditions - Preconditions - What must be true before calling your program/method - Postconditions - What must be true/what will happen after your program returns |