PenseAllen/ThinkGo

Typo in fmt.Println function name.

gustavofonseca opened this issue · 1 comments

Where it reads:

If you don't want a newline at the end, you can use \java{fmt.Print} instead of \java{fmt.Print}

should be:

If you don't want a newline at the end, you can use \java{fmt.Print} instead of \java{fmt.Println}

If you don't want a newline at the end, you can use \java{fmt.Print} instead of \java{fmt.Print}:

That paragraph was removed.