java / devjava-content

55 stars 16 forks source link

typo on number tutorial #107

Closed Just-some-one closed 4 months ago

Just-some-one commented 4 months ago

on the first table of the intro of the number tutorial

on the 4th row it mention that the toString() method is static

static toString() Returns a String object representing the value of this Integer.

static should be removed

JosePaumard commented 4 months ago

Done. Thank you for your report.

Just-some-one commented 4 months ago

thanks for you @JosePaumard