From 5479aa734e85e9b17fe258aa57fb04bc3ffc7b5a Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 4 Jan 2024 18:54:13 +0100 Subject: [PATCH] Remove stale reference to `DecoderError.prototype` in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b31067a..75f5cc7 100644 --- a/README.md +++ b/README.md @@ -1046,7 +1046,7 @@ function repr( ): string; ``` -Takes any value, and returns a string representation of it for use in error messages. [DecoderError.prototype.format](#format) uses it behind the scenes. If you want to do your own formatting, `repr` can be useful. +Takes any value, and returns a string representation of it for use in error messages. [format](#format) uses it behind the scenes. If you want to do your own formatting, `repr` can be useful. Options: