Skip to content

Commit 0e40982

Browse files
authored
Update README.md
1 parent 3e873a7 commit 0e40982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Desharp.Debug.DumpAndDie(obj)
7777
```cs
7878
// shortcut: dde
7979
// method: Desharp.Debug.Log(Exception exception = null);
80-
Desharp.Debug.Log(ee);
80+
Desharp.Debug.Log(ex);
8181

8282
// shortcut: ddl
8383
// method: Desharp.Debug.Log(
@@ -93,7 +93,7 @@ Desharp.Debug.Log(obj, Desharp.Level.DEBUG);
9393
```vb
9494
' shortcut: dde
9595
' method: Desharp.Debug.Log(Optional exception As Exception)
96-
Desharp.Debug.Log(ee)
96+
Desharp.Debug.Log(ex)
9797

9898
' shortcut: ddl
9999
' method: Desharp.Debug.Log(

0 commit comments

Comments
 (0)