Skip to content

Commit

Permalink
C#: Removed invalid strings from example (#2266)
Browse files Browse the repository at this point in the history
C#'s example page contained some invalid strings.
  • Loading branch information
RunDevelopment committed Mar 25, 2020
1 parent 42b1546 commit c917a8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/prism-csharp.html
Expand Up @@ -5,12 +5,9 @@ <h2>Comments</h2>

<h2>Strings</h2>
<pre><code>"foo \"bar\" baz"
'foo \'bar\' baz'
@"Verbatim strings"
@"Luis: ""Patrick, where did you get that overnight bag?""
Patrick: ""Jean Paul Gaultier.""";
@'Luis: ''Patrick, where did you get that overnight bag?''
Patrick: ''Jean Paul Gaultier.''';
</code></pre>

<h2>Full example</h2>
Expand Down Expand Up @@ -57,4 +54,4 @@ <h2>Full example</h2>
DialogResult dialogResult = form.ShowDialog();
value = textBox.Text;
return dialogResult;
}</code></pre>
}</code></pre>

0 comments on commit c917a8c

Please sign in to comment.