From 9588c9e22dee33cb9c05490964c1d7e15def8efb Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 15 Dec 2022 15:28:24 +0330 Subject: [PATCH] Fix typo in types usage documentation. (#4825) --- docs/usage/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/types.md b/docs/usage/types.md index fc4f720d58..0cbdbeb7d9 100644 --- a/docs/usage/types.md +++ b/docs/usage/types.md @@ -490,7 +490,7 @@ With proper ordering in an annotated `Union`, you can use this to parse types of `CockroachDsn` : a cockroachdb DSN style URL; see [URLs](#urls) -`RabbitMqDsn` +`AmqpDsn` : an `AMQP` DSN style URL as used by RabbitMQ, StormMQ, ActiveMQ etc.; see [URLs](#urls) `RedisDsn`