Skip to content

Commit fc77337

Browse files
Update README.md
1 parent 26c2a82 commit fc77337

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Script Includes/Make a script include to extend multiple script includes

1 file changed

+1
-1
lines changed

Server-Side Components/Script Includes/Make a script include to extend multiple script includes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To test this create an object by initializing ExtendMutlipeScriptInclues and cal
44

55
Example:
66

7-
var emObj = new ExtendMutlipeScriptInclues(); gs.info(emObj.unique([1, 22, 22, 33, 333, 4, 4, 4, 5, 5])); //unique is a method from ArrayUtil
7+
var emObj = new ExtendMultipleScriptIncludes(); gs.info(emObj.unique([1, 22, 22, 33, 333, 4, 4, 4, 5, 5])); //unique is a method from ArrayUtil
88

99
gs.info(emObj.getGR('incident', 'ed92e8d173d023002728660c4cf6a7bc').number); //getGR is a method from GlideRecordUtil
1010

0 commit comments

Comments
 (0)