Skip to content

Commit d97117b

Browse files
authored
Small typo, fixed compileable -> compilable
I searched online, it didn't look like compileable was recognized tho it was used in places. Sources: https://en.wiktionary.org/wiki/compilable https://theopendictionary.com/word/compileable/
1 parent feb8f91 commit d97117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/doc_testing.md

Lines changed: 1 addition & 1 deletion
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)