We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef35d3 commit 40c5911Copy full SHA for 40c5911
Runtime/Utils/Console/BDebug.cs
@@ -6,7 +6,7 @@ public static class BDebug
6
{
7
//
8
// Use this to debug log with color and a "title" it's useful so you can search by logs with the same title;
9
- // To check logs related to some class you are testing.
+ // To check logs related to some class you are testing;
10
11
public static void Log(object message, string title = "Log", Color? color = null){
12
var c = color == null ? Color.yellow : color.Value;
0 commit comments