fix doc typo

This commit is contained in:
Tristan Guichaoua 2022-08-09 09:43:12 +02:00
parent 4432d5063a
commit acbda7f66c

View File

@ -75,7 +75,7 @@ impl Engine {
/// Build a custom type for use with the [`Engine`]. /// Build a custom type for use with the [`Engine`].
/// i.e. register the type, getters, setters, methods, etc... /// i.e. register the type, getters, setters, methods, etc...
/// ///
/// See [`RhaiCustomType`]. /// See [`CustomType`].
pub fn build_type<T>(&mut self) -> &mut Self pub fn build_type<T>(&mut self) -> &mut Self
where where
T: CustomType, T: CustomType,