Skip to content

Commit

Permalink
fix typos in function help. fixes apache#3755
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Mar 25, 2024
1 parent d018588 commit 3c7acd4
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,17 +351,15 @@
</jsFunction>
<jsFunction name="LoadScriptFile">
<help>Loads a *.js file for further use.</help>
<sample>// Load's a JavaScript File into your actual running Context.
// This function should called from your defined StartScript
<sample>// Loads a JavaScript File into your actual running Context.
// This function should be called from your defined StartScript
// otherwise your JavaScript-File is loaded on each processing
// Row.
//
// Usage:
// LoadScriptFile(var);
//
// 2006-11-15
//
var xPfad = "Your Filename, with Path";
var xPfad = 'Your Filename, with Path';
LoadScriptFile(xPfad);
</sample>
<type>4</type>
Expand Down

0 comments on commit 3c7acd4

Please sign in to comment.