From 880dbabdfda815619db98f471cb4500b29162624 Mon Sep 17 00:00:00 2001 From: Leonid Tsarev Date: Thu, 29 Jan 2026 21:31:12 +0300 Subject: [PATCH] Fix copy-paste --- conceptual/Npgsql/types/nodatime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conceptual/Npgsql/types/nodatime.md b/conceptual/Npgsql/types/nodatime.md index d6a643da..bd72f0cd 100644 --- a/conceptual/Npgsql/types/nodatime.md +++ b/conceptual/Npgsql/types/nodatime.md @@ -14,7 +14,7 @@ Beyond NodaTime's general advantages, some specific advantages NodaTime for Post ## Setup -To avoid forcing a dependency on the NetTopologySuite library for users not using spatial, NodaTime support is delivered as a separate plugin. To use the plugin, simply add a dependency on [Npgsql.NodaTime](https://www.nuget.org/packages/Npgsql.NodaTime) and set it up in one of the following ways: +To avoid forcing a dependency on the NodaTime library for users not using it, NodaTime support is delivered as a separate plugin. To use the plugin, simply add a dependency on [Npgsql.NodaTime](https://www.nuget.org/packages/Npgsql.NodaTime) and set it up in one of the following ways: ### [NpgsqlDataSource](#tab/datasource)