diff options
author | wboka <wboka@users.noreply.github.com> | 2015-10-05 16:52:47 -0400 |
---|---|---|
committer | wboka <wboka@users.noreply.github.com> | 2015-10-05 16:52:47 -0400 |
commit | 1e7f639755042211ce0f10953153d6d341dbecab (patch) | |
tree | 7532ad7c89eeabe971202b497a114a38825ac3c9 | |
parent | 9d33f091701013236055b553d7eb7a8dba3df65e (diff) |
Update coldfusion.html.markdown
Fixes a typo
-rw-r--r-- | coldfusion.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coldfusion.html.markdown b/coldfusion.html.markdown index 4c734920..be08733e 100644 --- a/coldfusion.html.markdown +++ b/coldfusion.html.markdown @@ -26,7 +26,7 @@ ColdFusion is a scripting language for web development. <!--- Displaying simple data ---> <!--- Use <cfoutput> for simple values such as strings, numbers, and expressions ---> <cfoutput>#myVariable#</cfoutput> <!--- myValue ---> -<cfoutput>#myNumber#</cfoutput> <!--- myValue ---> +<cfoutput>#myNumber#</cfoutput> <!--- 3.14 ---> <!--- Declaring complex variables ---> <!--- Declaring an array of 1 dimension: literal or bracket notation ---> |