From cc25b8f196fab88c51cf020278dbfe6bbfadb161 Mon Sep 17 00:00:00 2001 From: "Steven T. Cramer" Date: Sun, 20 Aug 2023 11:17:50 +0700 Subject: [PATCH] Update intro.md typo "save" should be "safe" --- docs/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 102b672cd7..5cf3ef772c 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -21,7 +21,7 @@ Because Mapperly creates the mapping code at build time, there is minimal overhe Even better, the generated code is perfectly readable, allowing you to verify the generated mapping code easily. Mapperly works by using .NET Source Generators. -Since no reflection is used at runtime, the generated code is completely trimming save and AoT friendly. +Since no reflection is used at runtime, the generated code is completely trimming safe and AoT friendly. Mapperly was originally inspired by [MapStruct](https://mapstruct.org/).