Skip to content

Commit 5a92d56

Browse files
committed
Updated comment with strick inequality.
1 parent 45b3729 commit 5a92d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSharpToJavaScript/CSTOJSOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public record class CSTOJSOptions
4040
/// Output path for javascript file/files.
4141
/// </summary>
4242
/// <value>
43-
/// Default: <see cref="Directory.GetCurrentDirectory()" />
43+
/// Default: <see cref="Directory.GetCurrentDirectory" />
4444
/// </value>
4545
public string OutPutPath { get; set; } = Directory.GetCurrentDirectory();
4646

@@ -75,7 +75,7 @@ public record class CSTOJSOptions
7575
public bool NormalizeWhitespace { get; set; } = false;
7676

7777
/// <summary>
78-
/// Replace '<c>==</c>' with '<c>===</c>'.
78+
/// Replace '<c>==</c>' with '<c>===</c>' and '<c>!=</c>' with '<c>!==</c>'.
7979
/// </summary>
8080
/// <value>
8181
/// Default: <c>false</c>

0 commit comments

Comments
 (0)