diff --git a/src/tracing/writer.rs b/src/tracing/writer.rs index ea284d7..1bbfbb0 100644 --- a/src/tracing/writer.rs +++ b/src/tracing/writer.rs @@ -67,7 +67,7 @@ impl TraceWriter { self } - /// Sets the starting indentation level. + /// Sets whether contract creation codes should be written. #[inline] pub fn write_creation_codes(mut self, yes: bool) -> Self { self.write_creation_codes = yes;