Skip to content

typos in tutorial #2990

Closed
Closed
@varnie

Description

@varnie

http://dl.rust-lang.org/doc/tutorial.html

"Many languages that ofter the kinds of memory safety guarentees that Rust does have a single allocation strategy: objects live on the heap, live for as long as they are needed, and are periodically garbage collected."

it should be something like:
"Many languages that offer the kinds of memory safety guarantees that Rust does, have a single allocation strategy: objects live on the heap, live for as long as they are needed, and are periodically garbage collected."

ofter --> offer
guarentees -> guarantees
and the lack of comma after "does".

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