Skip to content

Commit

Permalink
docs: grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfie John authored and steveklabnik committed Jan 17, 2015
1 parent 0c26524 commit 2c64023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/compound-data-types.md
Expand Up @@ -297,7 +297,7 @@ enum StringResult {
}
```
Where a `StringResult` is either a `StringResult::StringOK`, with the result of
a computation, or an `StringResult::ErrorReason` with a `String` explaining
a computation, or a `StringResult::ErrorReason` with a `String` explaining
what caused the computation to fail. These kinds of `enum`s are actually very
useful and are even part of the standard library.

Expand Down

5 comments on commit 2c64023

@bors
Copy link
Contributor

@bors bors commented on 2c64023 Jan 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at steveklabnik@2c64023

@bors
Copy link
Contributor

@bors bors commented on 2c64023 Jan 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/rollup = 2c64023 into auto

@bors
Copy link
Contributor

@bors bors commented on 2c64023 Jan 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "290c93fce2614fd55ee6c31beae1b260894ba5d3"}

@bors
Copy link
Contributor

@bors bors commented on 2c64023 Jan 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/rollup = 2c64023 merged ok, testing candidate = 290c93fc

Please sign in to comment.