doc: remove use of 0xa0 "no break space"

This commit is contained in:
fanquake
2021-11-24 07:16:19 +08:00
parent 793ad9016a
commit 812ff5c747
2 changed files with 2 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ SECP256K1_API void secp256k1_context_destroy(
* undefined.
*
* When this function has not been called (or called with fn==NULL), then the
* default handler will be used. The library provides a default handler which
* default handler will be used. The library provides a default handler which
* writes the message to stderr and calls abort. This default handler can be
* replaced at link time if the preprocessor macro
* USE_EXTERNAL_DEFAULT_CALLBACKS is defined, which is the case if the build