Skip to content

Commit 81dbb3d

Browse files
authored
Merge pull request #1556 from PhilParisot/patch-1
Small typo, fixed compileable -> compilable
2 parents 1095df2 + d97117b commit 81dbb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/doc_testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and `unwrap` it in hidden `main`. Sounds complicated? Here's an example:
8181
/// Using hidden `try_main` in doc tests.
8282
///
8383
/// ```
84-
/// # // hidden lines start with `#` symbol, but they're still compileable!
84+
/// # // hidden lines start with `#` symbol, but they're still compilable!
8585
/// # fn try_main() -> Result<(), String> { // line that wraps the body shown in doc
8686
/// let res = try::try_div(10, 2)?;
8787
/// # Ok(()) // returning from try_main

0 commit comments

Comments
 (0)