Skip to content

Commit

Permalink
Merge pull request #1631 from jimpriest/writeoutput-fix
Browse files Browse the repository at this point in the history
Fix return type of writeOutput
  • Loading branch information
pfreitag authored Oct 10, 2023
2 parents 4ae02d0 + e7015a7 commit a12baf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/writeoutput.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"writeOutput",
"type":"function",
"syntax":"writeOutput(string)",
"returns":"string",
"returns":"boolean",
"related":["cfoutput","encodeForHTML"],
"description":" Appends text to the page-output stream.\n This function writes to the page-output stream regardless of\n conditions established by the cfsetting tag.",
"params": [
Expand Down

0 comments on commit a12baf3

Please sign in to comment.