diff --git a/Debugging.md b/Debugging.md index 7652930..7f59617 100644 --- a/Debugging.md +++ b/Debugging.md @@ -48,7 +48,7 @@ Debug.Console(0, "Hello {0}", world); // This overload takes an IKeyed as the second parameter and the resulting statement will // print the Key of the device in console to help identify the class instance the message // originated from -Debug.Console(0, this, "Hello World); +Debug.Console(0, this, "Hello World"); // prints: [timestamp]App 1:[deviceKey]Hello World // Each of the above overloads has a corresponding variant that takes an argument to indicate