Skip to content

Commit

Permalink
Merge amethyst#98
Browse files Browse the repository at this point in the history
98: Fix wrong documentation of ReadExpect r=torkleyy a=torkleyy

Fixes amethyst#471

Co-authored-by: Thomas Schaller <[email protected]>
  • Loading branch information
bors[bot] and torkleyy committed Sep 18, 2018
2 parents f1437a7 + 32792d7 commit 386995e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rust:
- nightly
- beta
- stable
- 1.18.0
- 1.20.0
branches:
only:
- staging
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Please see [the benchmark](benches/bench.rs) for a bigger (and useful) example.

### Required Rust version

`1.18 stable`
`1.20 stable`

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/res/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ where
}
}

/// Allows to fetch a resource in a system mutably.
/// Allows to fetch a resource in a system immutably.
/// **This will panic if the resource does not exist.**
/// Usage of `Read` or `Option<Read>` is therefore recommended.
///
Expand Down

0 comments on commit 386995e

Please sign in to comment.