From f4138709d8fd09691b8d6161f6521502df64a99d Mon Sep 17 00:00:00 2001
From: andreytemn <temnikov.andrey1@gmail.com>
Date: Fri, 15 Jan 2021 11:31:38 +0100
Subject: Fix typo in data item definition (#4076)

Change "with start with a level number" to "starts with a level number"
---
 cobol.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cobol.html.markdown')

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.
-- 
cgit v1.2.3