Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61eb7bc

Browse files
authored
Crammer Change
Crammer Change... My first open source contribution :)
1 parent 9023adb commit 61eb7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/04.guides/08.lucee-5/08.functions-tags

docs/04.guides/08.lucee-5/08.functions-tags/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ id: lucee-5-functions-tags
88
###Render (new) ###
99
`render(string code [,string dialect]):string`
1010

11-
Similar to the function `evaluate`, this function allows to execute CFML/Lucee code that you provide as a string.
11+
Similar to the function `evaluate`, this function executes CFML/Lucee code that you provide as a string.
1212

1313
```luceescript
1414
render('<cfmail subject="Hi There!" from="#from#" to="#to#">Salve!</cfmail> ');

0 commit comments

Comments
 (0)