diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 28943d6c..fb0a2dd8 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -48,6 +48,6 @@ Section | Status | Comments 6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations. 6.11 Exceptions | Partial | Exceptions are implemented but error objects (and associated functions `error-object`, etc) are not at this time. 6.12 Environments and evaluation | Partial | Only `eval` is implemented at this time. -6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports. Do not have support for input/output strings or bytevectors. +6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports. 6.14 System interface | Yes |