Skip to content

Commit 7da9b45

Browse files
committed
docs(readme): fix formatting of P/Invoke methods example
1 parent d7cf7ee commit 7da9b45

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Docs/README-RU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Consyzer был разработан для того, чтобы подобны
7272
CreationDateUtc: 23.06.2025 10:45:00
7373
Sha256: FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321
7474
[PInvokeMethodGroups]
75-
[0] File: Foo.dll Found: 2
75+
[0] File: Foo.dll, Found: 2
7676
[0]
7777
Signature: 'Int32 static Native.Foo.DoStuff()'
7878
ImportName: 'existentlib.dll'
@@ -81,7 +81,7 @@ Consyzer был разработан для того, чтобы подобны
8181
Signature: 'Void static Native.Foo.FailStuff(String)'
8282
ImportName: 'missinglib.dll'
8383
ImportFlags: 'CallingConventionStdCall'
84-
[1] File: Baz.dll Found: 1
84+
[1] File: Baz.dll, Found: 1
8585
[0]
8686
Signature: 'Boolean static .Baz.CheckSomething(Int32)'
8787
ImportName: 'anotherlib.dll'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following report formats are supported:
7575
CreationDateUtc: 23.06.2025 10:45:00
7676
Sha256: FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321FEDCBA0987654321
7777
[PInvokeMethodGroups]
78-
[0] File: Foo.dll Found: 2
78+
[0] File: Foo.dll, Found: 2
7979
[0]
8080
Signature: 'Int32 static Native.Foo.DoStuff()'
8181
ImportName: 'existentlib.dll'
@@ -84,7 +84,7 @@ The following report formats are supported:
8484
Signature: 'Void static Native.Foo.FailStuff(String)'
8585
ImportName: 'missinglib.dll'
8686
ImportFlags: 'CallingConventionStdCall'
87-
[1] File: Baz.dll Found: 1
87+
[1] File: Baz.dll, Found: 1
8888
[0]
8989
Signature: 'Boolean static .Baz.CheckSomething(Int32)'
9090
ImportName: 'anotherlib.dll'

0 commit comments

Comments
 (0)