diff --git a/mojo/stdlib/src/builtin/bool.mojo b/mojo/stdlib/src/builtin/bool.mojo index e9169b7863..0e895f988e 100644 --- a/mojo/stdlib/src/builtin/bool.mojo +++ b/mojo/stdlib/src/builtin/bool.mojo @@ -24,7 +24,7 @@ from utils._visualizers import lldb_formatter_wrapping_type # ===----------------------------------------------------------------------=== # # Boolable # ===----------------------------------------------------------------------=== # - +# Testing PR trait Boolable: """The `Boolable` trait describes a type that can be explicitly converted to