From acbda7f66c644ec9dfe06688f3fa179431d56c47 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Tue, 9 Aug 2022 09:43:12 +0200 Subject: [PATCH] fix doc typo --- 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 dc84f80d..a7e5dc30 100644 --- a/src/api/build_type.rs +++ b/src/api/build_type.rs @@ -75,7 +75,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,