Skip to content

Commit 34db56b

Browse files
Update docs/docs/contributing/debugging.md
Co-Authored-By: Guillaume Martres <[email protected]>
1 parent d4cfb87 commit 34db56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/contributing/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ if (tree.show == """println("Hello World")""") {
294294
```
295295

296296
## 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:
298298

299299
- Printer
300300
- Tracing

0 commit comments

Comments
 (0)