From 176057a4ff71703f3ce195afddb1a07d73bb751f Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:20:41 +0000 Subject: [PATCH] docs: correct RqToSql to SQL, not JSON --- prqlc/bindings/dotnet/PrqlCompiler/PrqlCompiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prqlc/bindings/dotnet/PrqlCompiler/PrqlCompiler.cs b/prqlc/bindings/dotnet/PrqlCompiler/PrqlCompiler.cs index dc27544d9faa..7a0fb15ac9f2 100644 --- a/prqlc/bindings/dotnet/PrqlCompiler/PrqlCompiler.cs +++ b/prqlc/bindings/dotnet/PrqlCompiler/PrqlCompiler.cs @@ -92,7 +92,7 @@ public static Result PlToRq(string plJson) /// /// RQ string in JSON format. /// PRQL compiler options. - /// JSON. + /// SQL. /// is null or empty. /// is null. /// cannot be compiled.