fix doc typo
This commit is contained in:
parent
4432d5063a
commit
acbda7f66c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user