From efee24beeeb9d8dd9cb66498ddd055eef6bcd2e8 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Mon, 8 Aug 2022 17:30:00 +0200 Subject: [PATCH] actually fix doc --- src/api/build_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,