diff --git a/docs/docs/features/plugins/index.md b/docs/docs/features/plugins/index.md index 8a59b21..ed2afe6 100644 --- a/docs/docs/features/plugins/index.md +++ b/docs/docs/features/plugins/index.md @@ -48,7 +48,7 @@ This function has the following signature: ``` === "C/C++" ```c - Route pgdog_route_query(Query query); + Output pgdog_route_query(Input query); ```