Skip to content

Commit

Permalink
Fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball authored Jun 29, 2018
1 parent 6a7d9c8 commit 0f111d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ So, the tests are "bundled" in the following way:
* root dinghy test directory
* test_executable
* recursive copy of the not-ignorable files and directories from your projects
* test_data is contains configurable data to be sent to the device
* test_data contains configurable data to be sent to the device
* some_file
* some_dir

Expand All @@ -26,7 +26,7 @@ extern crate dinghy_test;
mod tests {
#[test]
fn my_test() {
let my_file_path = dinghy_test::test_project_path().join(("tests/data_1.txt");
let my_file_path = dinghy_test::test_project_path().join("tests/data_1.txt");
// ...
}
}
Expand Down

0 comments on commit 0f111d9

Please sign in to comment.