Skip to content

Commit

Permalink
Update balta/src/main/scala/za/co/absa/db/balta/classes/DBFunction.scala
Browse files Browse the repository at this point in the history
Co-authored-by: miroslavpojer <miroslav.pojer@absa.africa>
  • Loading branch information
benedeki and miroslavpojer authored Sep 11, 2024
1 parent 4484c57 commit 789b92c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sealed abstract class DBFunction private(functionName: String,
}

/**
* Executes the function without any verification proceudre. It instantiate the function result(s) and return them in
* Executes the function without any verification procedure. It instantiates the function result(s) and returns them in
* a list.
* @param orderBy - the clause how to order the function result, if empty, default ordering is preserved
* @param connection - the database connection
Expand Down

0 comments on commit 789b92c

Please sign in to comment.