summaryrefslogtreecommitdiff
path: root/01-07.md
diff options
context:
space:
mode:
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