summaryrefslogtreecommitdiff
path: root/01-07.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-01-27 17:56:11 -0800
committerlshprung <lshprung@yahoo.com>2021-01-27 17:56:11 -0800
commit8420fa2a5184b1f9fb9cf6dbb1dc1f7cdb3bac9d (patch)
tree3e94cc63345204d1ee7d6a4e06a03e79def5e442 /01-07.md
parentce4ab12872270cda61a5c72e8420ddb730cd4c29 (diff)
Fixed various small errors
Diffstat (limited to '01-07.md')
-rw-r--r--01-07.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01-07.md b/01-07.md
index cfe82ee..6e11fbb 100644
--- a/01-07.md
+++ b/01-07.md
@@ -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