diff --git a/CHANGELOG.md b/CHANGELOG.md index 240c251..6b08db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,10 @@ To have a consistent experience across all packages, some public interfaces have ### Changed +### Fixed + +- **request.result:** Correct the namespace in the `Prelude` doc comment (`Geekeey.Extensions.Result` → `Geekeey.Request.Result`) + ### Removed [1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0 diff --git a/src/request.result/Prelude.cs b/src/request.result/Prelude.cs index de48354..e59349d 100644 --- a/src/request.result/Prelude.cs +++ b/src/request.result/Prelude.cs @@ -9,7 +9,7 @@ namespace Geekeey.Request.Result; /// A class containing various utility methods, a 'prelude' to the rest of the library. /// /// -/// This class is meant to be imported statically, e.g. using static Geekeey.Extensions.Result.Prelude;. +/// This class is meant to be imported statically, e.g. using static Geekeey.Request.Result.Prelude;. /// Recommended to be imported globally via a global using statement. /// public static class Prelude