Skip to content

Commit 8ac0f47

Browse files
committed
COBOL Programming with VSCode.md typo fix, line 3805, unwanted spaces
in name `Tax-B`. Signed-off-by: Matt Pettis <[email protected]>
1 parent 8fa3f06 commit 8ac0f47

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)