Skip to content

Commit

Permalink
correct help for HtmlEncode attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Feb 17, 2018
1 parent ace99de commit 1793725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSGraph/Public/Row.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function Row
This is the target name of this row to be used in edges.
Will default to the label if the label has not special characters
.PARAMETER HtmlDecode
This will decode unintentional HTML. Characters like <>& would break html parsing if they are
.PARAMETER HtmlEncode
This will encode unintentional HTML. Characters like <>& would break html parsing if they are
contained in the source data.
.EXAMPLE
Expand Down

0 comments on commit 1793725

Please sign in to comment.