actually fix doc

This commit is contained in:
Tristan Guichaoua 2022-08-08 17:30:00 +02:00
parent 74c26a8c71
commit efee24beee

View File

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