Skip to content

Commit 60e8c2a

Browse files
committed
chore: stored procedure -> function
1 parent f4ed2af commit 60e8c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default class SupabaseClient {
9191
}
9292

9393
/**
94-
* Perform a stored procedure call.
94+
* Perform a function call.
9595
*
9696
* @param fn The function name to call.
9797
* @param params The parameters to pass to the function call.

0 commit comments

Comments
 (0)