Skip to content

Commit 46b58c4

Browse files
authored
READMEのKnown bugsを修正した
1 parent 9f1a896 commit 46b58c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java [PROGRAM-ID]
2828
## The progress of the development
2929

3030
The functions in the following "implemented" list are tested using [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)
31-
gnd **95%** of the test cases are passed.
31+
and **95%** of the test cases are passed.
3232

3333
Implemented.
3434

@@ -48,5 +48,5 @@ Not Implemented.
4848
Known bugs
4949

5050
* Cannot call inline programs.
51-
* Rewrite wrong data to indexed files with alternate keys.
52-
* Some sort statements produces wrong data.
51+
* Rewrite wrong data to indexed files with alternate keys in some cases.
52+
* Under some conditions, SORT statements produce wrong data.

0 commit comments

Comments
 (0)