diff --git a/src/api/build_type.rs b/src/api/build_type.rs index b50612b1..30190032 100644 --- a/src/api/build_type.rs +++ b/src/api/build_type.rs @@ -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(&mut self) -> &mut Self where T: CustomType,