From 328a99dc1dda4435f1890742313824e2cd4aec6d Mon Sep 17 00:00:00 2001 From: mopitithomne <73799745+mopitithomne@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:27:55 +0200 Subject: [PATCH] Fix repetition of "of" in migration-guide.rst doc --- client/doc/developing/migration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/doc/developing/migration-guide.rst b/client/doc/developing/migration-guide.rst index 0c968368..ad5113e8 100644 --- a/client/doc/developing/migration-guide.rst +++ b/client/doc/developing/migration-guide.rst @@ -453,7 +453,7 @@ This means v2 no longer supports the ``-`` or ``-100`` prefixes on identifiers. Using the raw :tl:`Peer` to wrap the identifiers is gone, too. Instead, you're strongly encouraged to use :class:`types.PeerRef` instances. -The concepts of of "entity" or "peer" are unified to :term:`peer`. +The concepts of "entity" or "peer" are unified to :term:`peer`. Overall, dealing with users, groups and channels should feel a lot more natural. .. seealso::