From 663ae9f5d934f91ce959626bf954418f77f4e695 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Tue, 5 Dec 2023 11:54:58 +0100 Subject: [PATCH] Minor fix README.md (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry for the tiny drive-by change, feel free just to close it, my OCD kicked in 😀 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 081727d..0b875b0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library is based on MoonWolf version written in Ruby. Thanks a lot. * `fileno` raises `NotImplementedError`. * encoding conversion is not implemented, and ignored silently. -* there is no `#to_io` method because this is not an `IO. +* there is no `#to_io` method because this is not an `IO`. ## Installation