core: Fix grammar in docs

This commit is contained in:
Kamil Jarosz 2024-06-03 23:33:24 +02:00
parent b850c9b0d2
commit 021de2bf91
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ impl<'gc> Avm2<'gc> {
/// Add an object to the broadcast list.
///
/// Each broadcastable event contains it's own broadcast list. You must
/// Each broadcastable event contains its own broadcast list. You must
/// register all objects that have event handlers with that event's
/// broadcast list by calling this function. Attempting to register a
/// broadcast listener for a non-broadcast event will do nothing.