We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1095df2 + d97117b commit 81dbb3dCopy full SHA for 81dbb3d
src/testing/doc_testing.md
@@ -81,7 +81,7 @@ and `unwrap` it in hidden `main`. Sounds complicated? Here's an example:
81
/// Using hidden `try_main` in doc tests.
82
///
83
/// ```
84
-/// # // hidden lines start with `#` symbol, but they're still compileable!
+/// # // hidden lines start with `#` symbol, but they're still compilable!
85
/// # fn try_main() -> Result<(), String> { // line that wraps the body shown in doc
86
/// let res = try::try_div(10, 2)?;
87
/// # Ok(()) // returning from try_main
0 commit comments