You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/contributing/debugging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ if (tree.show == """println("Hello World")""") {
294
294
```
295
295
296
296
## Built-in Logging Architecture
297
-
Dotty has a lot of debug calls scattered throughout the code, vast majority of them disabled. At least three (possibly intertwined) architectures for logging are used for that:
297
+
Dotty has a lot of debug calls scattered throughout the code, most of which are disabled by default. At least three (possibly intertwined) architectures for logging are used for that:
0 commit comments