diff options
author | andreytemn <temnikov.andrey1@gmail.com> | 2021-01-15 11:31:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 11:31:38 +0100 |
commit | f4138709d8fd09691b8d6161f6521502df64a99d (patch) | |
tree | 69db17eeec0af84bc317bf030f904117c279b8a4 /cobol.html.markdown | |
parent | 13991f615a155854465b40882e468d785e15253a (diff) |
Fix typo in data item definition (#4076)
Change "with start with a level number" to "starts with a level number"
Diffstat (limited to 'cobol.html.markdown')
-rw-r--r-- | cobol.html.markdown | 2 |
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. |