Unverified Commit 0f031471 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

remove unnecessary comment (#82650)

parent d6d3f0e0
...@@ -183,9 +183,6 @@ const int kMinColumnWidth = 10; ...@@ -183,9 +183,6 @@ const int kMinColumnWidth = 10;
/// [arguments] /// [arguments]
/// ``` /// ```
/// ///
/// If [columnWidth] is not specified, then the column width will be the
/// [outputPreferences.wrapColumn], which is set with the --wrap-column option.
///
/// If [outputPreferences.wrapText] is false, then the text will be returned /// If [outputPreferences.wrapText] is false, then the text will be returned
/// unchanged. If [shouldWrap] is specified, then it overrides the /// unchanged. If [shouldWrap] is specified, then it overrides the
/// [outputPreferences.wrapText] setting. /// [outputPreferences.wrapText] setting.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment