Fix grammar in internal function comments (#116387)

https://github.com/home-assistant/core/pull/116339#discussion_r1582610474
This commit is contained in:
J. Nick Koston 2024-04-29 10:01:15 -05:00 committed by GitHub
parent 3d750414f1
commit f1e5bbcbca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -815,7 +815,7 @@ class HomeAssistant:
This method is intended to only be used by core internally
and should not be considered a stable API. We will make
breaking change to this function in the future and it
breaking changes to this function in the future and it
should not be used in integrations.
This method must be run in the event loop. If you are using this in your
@ -1511,7 +1511,7 @@ class EventBus:
This method is intended to only be used by core internally
and should not be considered a stable API. We will make
breaking change to this function in the future and it
breaking changes to this function in the future and it
should not be used in integrations.
This method must be run in the event loop.