diff options
| author | bors <bors@rust-lang.org> | 2014-07-29 14:11:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-29 14:11:37 +0000 |
| commit | 1c0493919feb9e944efbd89fcaa327dd04f825fc (patch) | |
| tree | 5145647e32fc5b321699347f5431d6d0f493aa9d /src/rustllvm/RustWrapper.cpp | |
| parent | 72e2c7dec34bd87fab6bb15bb7d3d97269d4afd3 (diff) | |
| parent | 96cf01138b85ce843353ada719e75c858ea18402 (diff) | |
| download | rust-1c0493919feb9e944efbd89fcaa327dd04f825fc.tar.gz rust-1c0493919feb9e944efbd89fcaa327dd04f825fc.zip | |
auto merge of #16052 : nham/rust/fs_docs, r=brson
Some of the fixes include:
- fixing mismatch between the documentation and the function parameters. (i.e. documentation references `path` parameter, but it's actually called `from`, or vice versa)
- A few Error sections were missing an "if" on the middle clause. For example, they used to be: "This function will return an error if [Thing], [Another Thing], or if [Yet Another Thing]." I added an "if" so it becomes "This function will return an error if [Thing], if [Another Thing], or if [Yet Another Thing]"
- The error sections previously started off with 3 different phrases:
- "This function will return an error if ..."
- "Will return an error if ..."
- "This call will return an error if ..."
I've standardized on the first phrase.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
