Crowded_mode in chart

I read the LVGL code about the draw chart in “LV_CHART_TYPE_LINE”
there is a question for me in the “draw_series_line” function
in this function declared the “crowded_mode” variable that is BOOL type, this variable is set If there are more points than pixels , so this variable is set if “chart->point_cnt > w” ,but in code : “chart->point_cnt >= w”

Thanks, I’ve just fixed the comment here: