chore: Typo

This commit is contained in:
EmperorBale 2021-09-21 22:29:24 -07:00 committed by kmeisthax
parent 3f81910bb6
commit 28b34cbe25
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ pub use crate::avm2::object::xml_object::{xml_allocator, XmlObject};
)]
pub trait TObject<'gc>: 'gc + Collect + Debug + Into<Object<'gc>> + Clone + Copy {
/// Get the base of this object.
/// Any trait method implementations that were not overrided will foward the call to this instead.
/// Any trait method implementations that were not overrided will forward the call to this instead.
fn base(&self) -> Ref<ScriptObjectData<'gc>>;
fn base_mut(&self, mc: MutationContext<'gc, '_>) -> RefMut<ScriptObjectData<'gc>>;