diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index 9d20c6bbd2..bc0318085b 100644
--- a/src/wp-includes/comment-template.php
+++ b/src/wp-includes/comment-template.php
@@ -1995,7 +1995,8 @@ function comment_form_title( $noreplytext = false, $replytext = false, $linktopa
  *
  *     @type object $walker            Instance of a Walker class to list comments. Default null.
  *     @type int    $max_depth         The maximum comments depth. Default empty.
- *     @type string $style             The style of list ordering. Default 'ul'. Accepts 'ul', 'ol'.
+ *     @type string $style             The style of list ordering. Default 'ul'. Accepts 'ul', 'ol' and 'div'.
+ *                                     'div' will result in no additional list markup.
  *     @type string $callback          Callback function to use. Default null.
  *     @type string $end-callback      Callback function to use at the end. Default null.
  *     @type string $type              Type of comments to list.
