Skip to content

Commit 3bf38e9

Browse files
authored
Merge pull request #128 from mpettis/master
`COBOL Programming with VSCode.md` typo fix, line 3805, unwanted spaces
2 parents 8fa3f06 + 8ac0f47 commit 3bf38e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COBOL Programming with VSCode.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3802,7 +3802,7 @@ Example 3. shows three COBOL functions, MEAN, MEDIAN, and RANGE where the arithm
38023802
01 Median-Tax Pic 99v999.
38033803
01 Tax-Range Pic 99v999.
38043804
. . .
3805-
Compute Ave-Tax = Function Mean (Tax-S Tax-T Tax-W Tax- B)
3805+
Compute Ave-Tax = Function Mean (Tax-S Tax-T Tax-W Tax-B)
38063806
Compute Median-Tax = Function Median (Tax-S Tax-T Tax-W Tax-B)
38073807
Compute Tax-Range = Function Range (Tax-S Tax-T Tax-W Tax-B)
38083808
```

0 commit comments

Comments
 (0)