Fix typo in data item definition (#4076)

Change "with start with a level number" to "starts with a level number"
This commit is contained in:
andreytemn 2021-01-15 11:31:38 +01:00 committed by GitHub
parent 13991f615a
commit f4138709d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.