We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25686d5 commit c740fa4Copy full SHA for c740fa4
examples/postgres/composite_types/README.md
@@ -72,7 +72,7 @@ let results: Vec<Distance> = coordinates
72
73
### Reducing the output to a single value instead of an array
74
The default output of a query to the database is a table with results.
75
-However, frequenty we may only expect a single answer, especially if a function
+However, frequently we may only expect a single answer, especially if a function
76
has defined several **OUT**-*put* parameters instead of returning a table, like the
77
created SQL function ```shortest_distance()```.
78
To avoid the destructering of the vector, when a vector is not needed, we
0 commit comments