summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cobol.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobol.html.markdown b/cobol.html.markdown
index 22fcb6e0..1b33f9cc 100644
--- a/cobol.html.markdown
+++ b/cobol.html.markdown
@@ -44,7 +44,7 @@ organizations.
*Let's declare some variables.
*We do this in the WORKING-STORAGE section within the DATA DIVISION.
- *Each data item (aka variable) with start with a level number,
+ *Each data item (aka variable) starts with a level number,
*then the name of the item, followed by a picture clause
*describing the type of data that the variable will contain.
*Almost every COBOL programmer will abbreviate PICTURE as PIC.