From e6191d39680351bc69dfb379386c4c5273971030 Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski Date: Tue, 21 Dec 2021 21:03:29 +0100 Subject: Fix typos --- docs/users_guide/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/users_guide/debugging.rst') diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index f0a929df5e..cc96dbc775 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -1062,7 +1062,7 @@ Other :shortdesc: Don't generate bindings for Typeable methods :type: dynamic - This avoid generating Typeable-related bindings for modules and types. This + This avoids generating Typeable-related bindings for modules and types. This is useful when debugging because it gives smaller modules and dumps, but the compiler will panic if you try to use Typeable instances of things that you built with this flag. -- cgit v1.2.1