Skip to content

Commit 266f277

Browse files
committed
fix doc
1 parent 1b083ef commit 266f277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ impl<'a, T> TestRunner<'a, T> {
328328
/// instances of the test runner from a single context.
329329
///
330330
/// If the intended behaviour is to read the file _now_, consider reading the file directly
331-
/// and placing it into [`FileContent::bytes`].
331+
/// and placing it into [`TestFileContent::bytes`].
332332
///
333333
/// `destination` is path relative to the directory used for the test environment. If
334334
/// destination an absolute path, then it will be made relative to the test environment, i.e.,
@@ -346,7 +346,7 @@ impl<'a, T> TestRunner<'a, T> {
346346
/// instances of the test runner from a single context.
347347
///
348348
/// If the intended behaviour is to read the file _now_, consider reading the file directly
349-
/// and placing it into [`FileContent::bytes`].
349+
/// and placing it into [`TestFileContent::bytes`].
350350
///
351351
/// `destination` is path relative to the directory used for the test environment. If
352352
/// destination an absolute path, then it will be made relative to the test environment, i.e.,

0 commit comments

Comments
 (0)