Skip to content

Commit

Permalink
Fix grammar mistake in docs by using 'has' instead of 'have'
Browse files Browse the repository at this point in the history
  • Loading branch information
friedkeenan committed Nov 25, 2023
1 parent eed43f8 commit 1b74828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/protocol_matching/identifying.rst
Expand Up @@ -313,7 +313,7 @@ Here we define two new classes, ``ServerboundFelinePacket`` and ``ClientboundFel
birth_month: pak.UInt8
birth_day: pak.UInt8

Now every ``ServerboundFelinePacket`` and every ``ClientboundFelinePacket`` have a unique ID. So let's test out :meth:`.Packet.subclass_with_id`:
Now every ``ServerboundFelinePacket`` and every ``ClientboundFelinePacket`` has a unique ID. So let's test out :meth:`.Packet.subclass_with_id`:

.. testcode::

Expand Down

0 comments on commit 1b74828

Please sign in to comment.