Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr authored Sep 26, 2019
1 parent 3e873a7 commit 0e40982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Desharp.Debug.DumpAndDie(obj)
```cs
// shortcut: dde
// method: Desharp.Debug.Log(Exception exception = null);
Desharp.Debug.Log(ee);
Desharp.Debug.Log(ex);

// shortcut: ddl
// method: Desharp.Debug.Log(
Expand All @@ -93,7 +93,7 @@ Desharp.Debug.Log(obj, Desharp.Level.DEBUG);
```vb
' shortcut: dde
' method: Desharp.Debug.Log(Optional exception As Exception)
Desharp.Debug.Log(ee)
Desharp.Debug.Log(ex)

' shortcut: ddl
' method: Desharp.Debug.Log(
Expand Down

0 comments on commit 0e40982

Please sign in to comment.