Skip to content

Commit

Permalink
Fix error in docs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
trevordevore committed Dec 22, 2018
1 parent 4fed816 commit 7a1d6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlyoga.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -9097,7 +9097,7 @@ Summary: Converts the current row of the SQL Query Object cursor to an array.
Parameters:
pQueryA: A SQL Query Object array.
[pFields]: By default all fields in the row will be returned. Pass in a comma-delimited list of field names to restrict the fields that are returned.
pFields: By default all fields in the row will be returned. Pass in a comma-delimited list of field names to restrict the fields that are returned.
Returns: Array of the row's column values
*/
Expand Down

0 comments on commit 7a1d6c6

Please sign in to comment.