Skip to content

tour: Confusing comment in the console on tour/basics/16 #1728

Open
@paradoxpiyush

Description

@paradoxpiyush

Context: https://go.dev/tour/basics/16

// Create a huge number by shifting a 1 bit left 100 places.
// In other words, the binary number that is 1 followed by 100 zeroes.

this comment is very confusing, instead it should be

// Create a huge number by shifting a 1 bit left 100 places.
// In other words, the binary number that is 1 multiplied by 2, hundred times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions