Skip to content

*Typo* Missing 'if' in explanation #4437

@3TSloth

Description

@3TSloth

In chapter 17, section 1, I believe an 'if' is missing from the sentence.

The race function returns Left with the output from the first future argument it finishes first, or Right with the output of the second future argument if that one finishes first.

Should read as:

The race function returns Left with the output from the first future argument IF it finishes first, or Right with the output of the second future argument if that one finishes first.

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