Skip to content

Commit ddc9fd0

Browse files
committed
pgrx, not pgx
1 parent 9ce23f7 commit ddc9fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/functions/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $$;
3030
PL/Rust essentially generates a wrapper Rust function like this:
3131

3232
```rust
33-
use pgx::prelude::*;
33+
use pgrx::prelude::*;
3434

3535
fn lots_of_args(a: &str, b: i32, c: Vec<Option<bool>>, d: Json) -> Result<Option<i32>, Box<dyn std::error::Error + Send + Sync + 'static>> {
3636
// ... code goes here ...

0 commit comments

Comments
 (0)