Skip to content

Commit

Permalink
Remove backticks from heading
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed Nov 23, 2021
1 parent f768db8 commit 3c1193f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/quality-rules/ca1839.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev_langs:
- VB
---

# CA1839: Use `Environment.ProcessPath` instead of `Process.GetCurrentProcess().MainModule.FileName`
# CA1839: Use Environment.ProcessPath instead of Process.GetCurrentProcess().MainModule.FileName

| | Value |
|-|-|
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/quality-rules/ca1840.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev_langs:
- VB
---

# CA1840: Use `Environment.CurrentManagedThreadId` instead of `Thread.CurrentThread.ManagedThreadId`
# CA1840: Use Environment.CurrentManagedThreadId instead of Thread.CurrentThread.ManagedThreadId

| | Value |
|-|-|
Expand Down

0 comments on commit 3c1193f

Please sign in to comment.