From 6e575b6c9ac98d889e41f032324809e753302c54 Mon Sep 17 00:00:00 2001 From: Stefan Jaud <59165496+pjanck@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:43:04 +0200 Subject: [PATCH] Fix typo in README for wrapper class name Corrected a typo in the wrapper class name from 'Host' to 'Hoist'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04cc286..bf89fa7 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ driver = driver.RunGenerators(compilation); GeneratorDriverRunResult runResult = driver.GetRunResult(); Assert.NotEmpty(runResult.GeneratedTrees); ``` -The only unique feature is the wrapper class `{YourGeneratorName}Host`. This class is an internal feature of `SGF` and is used to make sure all dependencies are resolved before calling into your source generator. +The only unique feature is the wrapper class `{YourGeneratorName}Hoist`. This class is an internal feature of `SGF` and is used to make sure all dependencies are resolved before calling into your source generator. ## Advanced Features