diff --git a/modules/querying/pages/func/query-user-defined-functions.adoc b/modules/querying/pages/func/query-user-defined-functions.adoc index 82abe7fa..9784aff3 100644 --- a/modules/querying/pages/func/query-user-defined-functions.adoc +++ b/modules/querying/pages/func/query-user-defined-functions.adoc @@ -76,7 +76,7 @@ inline string reverse(string str){ You can configure GSQL to read from a GitHub repository for ExprFunctions and ExprUtil. -If GitHub access is configured, GSQL will retrieve user source code files from GitHub before files added via `PUT`, so long as the files exist. +If GitHub access is configured, GSQL will retrieve user source code files from GitHub before files added via `PUT`, as long as the files exist. [NOTE] TigerGraph only allows one UDF file at a time. Files on GitHub take priority. If GitHub is connected but files are missing, TigerGraph will look for an UDF file added via `PUT`.