From f9052f6cd44d41e267625c492a74111323e646bf Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Tue, 5 Dec 2023 10:50:08 +0100 Subject: [PATCH] adds missing backtick in README.md --- 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