From 86b4524b10b6e9eace01374ce138f8db81c6f3b9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 8 Oct 2025 18:26:51 -0700 Subject: Minor doc fixups. --- docs/ref/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/api/errors.md') diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md index 5d59d121..b134a645 100644 --- a/docs/ref/api/errors.md +++ b/docs/ref/api/errors.md @@ -75,7 +75,7 @@ future locale-specific strings may be presented instead. | `NNG_EPEERAUTH` | 27 | Peer could not be authenticated. | | `NNG_EBADTYPE` | 30 | Incorrect type. A type-specific function was used for an object of the wrong type. | | `NNG_ECONNSHUT` | 31 | Connection shutdown. The connection was shut down and cannot be used. | -| `NNG_ESTOPPED` | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`] or [`nng_aio_close`]. | +| `NNG_ESTOPPED` | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`]. | | `NNG_EINTERNAL` | 1000 | An unidentifier internal error occurred. | | `NNG_ESYSERR` | 0x10000000 - 0x1FFFFFFF | An unidentified system error occurred. These are errors reported by the operating system. | | `NNG_ETRANERR` | 0x20000000 - 0x2FFFFFFF | An unidentified transport error occurred. | -- cgit v1.2.3-70-g09d2